SignerInfo describes the public key and signing mode of a single top-level signer.

Hierarchy

  • V1Beta1SignerInfo

Properties

mode_info?: V1Beta1ModeInfo

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.

public_key?: ProtobufAny

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.

sequence?: string

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.

Format

uint64

Generated using TypeDoc