types/cosmos_signature
library
Classes
-
SignatureData
-
SignatureData represents either a SingleSignatureData or
MultiSignatureData
.
It is a convenience type that is easier to use in business logic than
the encoded protobuf ModeInfo's and raw signatures.
-
SignatureV2
-
SignatureV2 is a convenience type that is easier to use in application
logic than the protobuf SignerInfo's and raw signature bytes.
It goes beyond the first sdk.Signature types by supporting sign modes and
explicitly nested multi-signatures.
It is intended to be used for both building and verifying signatures.
-
SignerData
-
SignerData is the specific information needed to sign a transaction
that generally isn't included in the transaction body itself
-
SingleSignatureData
-
SingleSignatureData represents the signature and SignMode of a
single (non-multisig) signer