package cosmos.tx.signing.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum SignMode

signing.proto:17

SignMode represents a signing mode with its own security guarantees. This enum should be considered a registry of all known sign modes in the Cosmos ecosystem. Apps are not expected to support all known sign modes. Apps that would like to support custom sign modes are encouraged to open a small PR against this file to add a new case to this SignMode enum describing their sign mode so that different apps have a consistent version of this enum.

Used in: SignatureDescriptor.Data.Single, v1beta1.AuxSignerData, v1beta1.ModeInfo.Single

message SignatureDescriptor

signing.proto:66

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.

Used in: SignatureDescriptors

message SignatureDescriptor.Data

signing.proto:78

Data represents signature data

Used in: SignatureDescriptor, Data.Multi

message SignatureDescriptor.Data.Multi

signing.proto:98

Multi is the signature data for a multisig public key

Used in: Data

message SignatureDescriptor.Data.Single

signing.proto:89

Single is the signature data for a single signer

Used in: Data

message SignatureDescriptors

signing.proto:57

SignatureDescriptors wraps multiple SignatureDescriptor's.