Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type LegacyAminoPubKey
- func (*LegacyAminoPubKey) Descriptor() ([]byte, []int)deprecated
- func (x *LegacyAminoPubKey) GetPublicKeys() []*anypb.Any
- func (x *LegacyAminoPubKey) GetThreshold() uint32
- func (*LegacyAminoPubKey) ProtoMessage()
- func (x *LegacyAminoPubKey) ProtoReflect() protoreflect.Message
- func (x *LegacyAminoPubKey) Reset()
- func (x *LegacyAminoPubKey) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_crypto_multisig_keys_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LegacyAminoPubKey ¶
type LegacyAminoPubKey struct { Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` PublicKeys []*anypb.Any `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` // contains filtered or unexported fields }
LegacyAminoPubKey specifies a public key type which nests multiple public keys and a threshold, it uses legacy amino address rules.
func (*LegacyAminoPubKey) Descriptor
deprecated
func (*LegacyAminoPubKey) Descriptor() ([]byte, []int)
Deprecated: Use LegacyAminoPubKey.ProtoReflect.Descriptor instead.
func (*LegacyAminoPubKey) GetPublicKeys ¶
func (x *LegacyAminoPubKey) GetPublicKeys() []*anypb.Any
func (*LegacyAminoPubKey) GetThreshold ¶
func (x *LegacyAminoPubKey) GetThreshold() uint32
func (*LegacyAminoPubKey) ProtoMessage ¶
func (*LegacyAminoPubKey) ProtoMessage()
func (*LegacyAminoPubKey) ProtoReflect ¶
func (x *LegacyAminoPubKey) ProtoReflect() protoreflect.Message
func (*LegacyAminoPubKey) Reset ¶
func (x *LegacyAminoPubKey) Reset()
func (*LegacyAminoPubKey) String ¶
func (x *LegacyAminoPubKey) String() string
Click to show internal directories.
Click to hide internal directories.