Optional
mode_mode_info describes the signing mode of the signer and is a nested structure to support nested multisig pubkey's ModeInfo describes the signing mode of a single or nested multisig signer.
Optional
public_public_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.
Optional
sequencesequence 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.
uint64
Generated using TypeDoc
SignerInfo describes the public key and signing mode of a single top-level signer.