Optional
data: PartialMessage<SignerInfo>Optional
modemode_info describes the signing mode of the signer and is a nested structure to support nested multisig pubkey's
Optional
publicpublic_key is the public key of the signer. It is optional for accounts
that already exist in state. If unset, the verifier can use the required
signer address for this position and lookup the public key.
sequence is the sequence of the account, which describes the number of committed transactions signed by a given address. It is used to prevent replay attacks.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
SignerInfo describes the public key and signing mode of a single top-level signer.
Generated
from message cosmos.tx.v1beta1.SignerInfo