Single is the signature data for a single signer

from message cosmos.tx.signing.v1beta1.SignatureDescriptor.Data.Single

Hierarchy

Constructors

Properties

mode: SignMode = SignMode.UNSPECIFIED

mode is the signing mode of the single signer

from field: cosmos.tx.signing.v1beta1.SignMode mode = 1;

signature: Uint8Array = ...

signature is the raw signature bytes

from field: bytes signature = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.signing.v1beta1.SignatureDescriptor.Data.Single" = "cosmos.tx.signing.v1beta1.SignatureDescriptor.Data.Single"

Methods