MultiSignature
Discriminated union for the Substrate multi-signature type.
The type tag selects the variant; value carries the payload.
typerequired
Discriminated union for the Substrate multi-signature type.
The type tag selects the variant; value carries the payload.
Possible values: [ecdsa, ed25519, eth, sr25519]
- ecdsa
- ed25519
- eth
- sr25519
valueSignatureHexString (string)required
ECDSA signature hex.
Possible values: Value must match regular expression ^0x([0-9a-f]{128}|[0-9a-f]{130})$
valueSignatureHexString (string)required
Ed25519 signature hex.
Possible values: Value must match regular expression ^0x([0-9a-f]{128}|[0-9a-f]{130})$
valueSignatureHexString (string)required
Eth signature hex.
Possible values: Value must match regular expression ^0x([0-9a-f]{128}|[0-9a-f]{130})$
valueSignatureHexString (string)required
Sr25519 signature hex.
Possible values: Value must match regular expression ^0x([0-9a-f]{128}|[0-9a-f]{130})$
MultiSignature
{
"type": "sr25519",
"value": "0xabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab"
}