Skip to main content

MultiAddress

Discriminated union for the Substrate multi-address type. The type tag selects the variant; value carries the payload.

typerequired

Discriminated union for the Substrate multi-address type. The type tag selects the variant; value carries the payload.

Possible values: [accountId, address20, address32, index, raw]

valueAccountIdHex (string)required

Account id as 32-byte hex.

Possible values: Value must match regular expression ^0x[a-f0-9]{64}$

Example: 0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3
MultiAddress
{
"type": "accountId",
"value": "0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a"
}