MultiAddress_AccountId
32-byte account id.
typestringrequired
Constant value:
accountIdvalueAccountIdHex (string)required
32-byte Substrate account id, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
Example:
0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1aMultiAddress_AccountId
{
"type": "string",
"value": "0x008d8404893c7b4b80f397605cc96e61fec3c89676c8c2794a2a7d281d678b1a"
}