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

from message cosmos.tx.v1beta1.SignerInfo

Hierarchy

Constructors

Properties

modeInfo?: ModeInfo

mode_info describes the signing mode of the signer and is a nested structure to support nested multisig pubkey's

from field: cosmos.tx.v1beta1.ModeInfo mode_info = 2;

publicKey?: Any

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.

from field: google.protobuf.Any public_key = 1;

sequence: bigint = protoInt64.zero

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.

from field: uint64 sequence = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.SignerInfo" = "cosmos.tx.v1beta1.SignerInfo"

Methods