evmos.proto.autogen.py.cosmos.crypto.multisig.v1beta1

Classes

CompactBitArray(extra_bits_stored, elems)

CompactBitArray is an implementation of a space efficient bit array.

MultiSignature(signatures)

MultiSignature wraps the signatures from a multisig.LegacyAminoPubKey.

class evmos.proto.autogen.py.cosmos.crypto.multisig.v1beta1.CompactBitArray(extra_bits_stored: int = <object object>, elems: bytes = <object object>)[source]

Bases: Message

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.

elems: bytes = <object object>
extra_bits_stored: int = <object object>
class evmos.proto.autogen.py.cosmos.crypto.multisig.v1beta1.MultiSignature(signatures: ~typing.List[bytes] = <object object>)[source]

Bases: Message

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.

signatures: List[bytes] = <object object>