[][src]Module ibc_proto::base::crypto::v1beta1

Modules

public_key

Structs

CompactBitArray

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.

MultiSignature

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

PubKeyMultisigThreshold

PubKeyMultisigThreshold specifies a public key type which nests multiple public keys and a threshold

PublicKey

PublicKey specifies a public key