MultiAddressAccountId
32-byte account id.
typeMultiAddressAccountIdType (string)required
Must be accountId.
Possible values: [accountId]
valueAccountIdHex (string)required
Account id as 32-byte hex.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
Example:
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3MultiAddressAccountId
{
"type": "accountId",
"value": "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3"
}