SignatureDescriptor is a convenience type which represents the full data for a signature including the public key of the signer, signing modes and the signature itself. It is primarily used for coordinating signatures between clients.

from message cosmos.tx.signing.v1beta1.SignatureDescriptor

Hierarchy

Constructors

Properties

from field: cosmos.tx.signing.v1beta1.SignatureDescriptor.Data data = 2;

publicKey?: Any

public_key is the public key of the signer

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.signing.v1beta1.SignatureDescriptor" = "cosmos.tx.signing.v1beta1.SignatureDescriptor"

Methods