Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type CompactBitArray
- func (*CompactBitArray) Descriptor() ([]byte, []int)deprecated
- func (x *CompactBitArray) GetElems() []byte
- func (x *CompactBitArray) GetExtraBitsStored() uint32
- func (*CompactBitArray) ProtoMessage()
- func (x *CompactBitArray) ProtoReflect() protoreflect.Message
- func (x *CompactBitArray) Reset()
- func (x *CompactBitArray) String() string
- type MultiSignature
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_crypto_multisig_v1beta1_multisig_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CompactBitArray ¶
type CompactBitArray struct { ExtraBitsStored uint32 `protobuf:"varint,1,opt,name=extra_bits_stored,json=extraBitsStored,proto3" json:"extra_bits_stored,omitempty"` Elems []byte `protobuf:"bytes,2,opt,name=elems,proto3" json:"elems,omitempty"` // contains filtered or unexported fields }
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.
func (*CompactBitArray) Descriptor
deprecated
func (*CompactBitArray) Descriptor() ([]byte, []int)
Deprecated: Use CompactBitArray.ProtoReflect.Descriptor instead.
func (*CompactBitArray) GetElems ¶
func (x *CompactBitArray) GetElems() []byte
func (*CompactBitArray) GetExtraBitsStored ¶
func (x *CompactBitArray) GetExtraBitsStored() uint32
func (*CompactBitArray) ProtoMessage ¶
func (*CompactBitArray) ProtoMessage()
func (*CompactBitArray) ProtoReflect ¶
func (x *CompactBitArray) ProtoReflect() protoreflect.Message
func (*CompactBitArray) Reset ¶
func (x *CompactBitArray) Reset()
func (*CompactBitArray) String ¶
func (x *CompactBitArray) String() string
type MultiSignature ¶
type MultiSignature struct { Signatures [][]byte `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
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.
func (*MultiSignature) Descriptor
deprecated
func (*MultiSignature) Descriptor() ([]byte, []int)
Deprecated: Use MultiSignature.ProtoReflect.Descriptor instead.
func (*MultiSignature) GetSignatures ¶
func (x *MultiSignature) GetSignatures() [][]byte
func (*MultiSignature) ProtoMessage ¶
func (*MultiSignature) ProtoMessage()
func (*MultiSignature) ProtoReflect ¶
func (x *MultiSignature) ProtoReflect() protoreflect.Message
func (*MultiSignature) Reset ¶
func (x *MultiSignature) Reset()
func (*MultiSignature) String ¶
func (x *MultiSignature) String() string
Click to show internal directories.
Click to hide internal directories.