Skip to main content

MultiAddressRaw

Raw account address.

typeMultiAddressRawType (string)required

Must be raw.

Possible values: [raw]

valueHexString (string)required

Arbitrary hex-encoded bytes, 0x-prefixed.

Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$

MultiAddressRaw
{
"type": "raw",
"value": "string"
}