package cosmos.crypto.multisig.v1beta1

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

message CompactBitArray

multisig.proto:20

CompactBitArray is an implementation of a space efficient bit array. This is used to ensure that the encoded data takes up a minimal amount of space after proto encoding. This is not thread safe, and is not intended for concurrent usage.

Used in: tx.signing.v1beta1.SignatureDescriptor.Data.Multi, tx.v1beta1.ModeInfo.Multi

message MultiSignature

multisig.proto:11

MultiSignature wraps the signatures from a multisig.LegacyAminoPubKey. See cosmos.tx.v1betata1.ModeInfo.Multi for how to specify which signers signed and with which modes.