MultiAddress
Discriminated union for the Substrate multi-address type.
The type tag selects the variant; value carries the payload.
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]
- accountId
- address20
- address32
- index
- raw
Account id as 32-byte hex.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c320-byte address as lowercase hex, always 0x-prefixed and lowercase in responses.
Possible values: Value must match regular expression ^0x[a-f0-9]{40}$
0x00112233445566778899aabbccddeeff0011223332-byte address as lowercase hex, always 0x-prefixed and lowercase in responses.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3Arbitrary hex-encoded bytes, 0x-prefixed.
Possible values: Value must match regular expression ^0x(?:[0-9a-f]{2})+$
{
"type": "accountId",
"value": "0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a"
}