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.

from message cosmos.crypto.multisig.v1beta1.CompactBitArray

Hierarchy

Constructors

Properties

elems: Uint8Array = ...

from field: bytes elems = 2;

extraBitsStored: number = 0

from field: uint32 extra_bits_stored = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crypto.multisig.v1beta1.CompactBitArray" = "cosmos.crypto.multisig.v1beta1.CompactBitArray"

Methods