Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type MsgInit
- type MsgInitResponse
- type MsgSwapPubKey
- type MsgSwapPubKeyResponse
- type QueryPubKey
- type QueryPubKeyResponse
- func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryPubKeyResponse) GetPubKey() *anypb.Any
- func (*QueryPubKeyResponse) ProtoMessage()
- func (x *QueryPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *QueryPubKeyResponse) Reset()
- func (x *QueryPubKeyResponse) String() string
- type QuerySequence
- type QuerySequenceResponse
- func (*QuerySequenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QuerySequenceResponse) GetSequence() uint64
- func (*QuerySequenceResponse) ProtoMessage()
- func (x *QuerySequenceResponse) ProtoReflect() protoreflect.Message
- func (x *QuerySequenceResponse) Reset()
- func (x *QuerySequenceResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_cosmos_accounts_defaults_base_v1_base_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MsgInit ¶
type MsgInit struct { // pub_key defines a pubkey for the account arbitrary encapsulated. PubKey *anypb.Any `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // init_sequence defines the initial sequence of the account. // Defaults to zero if not set. InitSequence uint64 `protobuf:"varint,2,opt,name=init_sequence,json=initSequence,proto3" json:"init_sequence,omitempty"` // contains filtered or unexported fields }
MsgInit is used to initialize a base account.
func (*MsgInit) Descriptor
deprecated
func (*MsgInit) GetInitSequence ¶
func (*MsgInit) ProtoMessage ¶
func (*MsgInit) ProtoMessage()
func (*MsgInit) ProtoReflect ¶
func (x *MsgInit) ProtoReflect() protoreflect.Message
type MsgInitResponse ¶
type MsgInitResponse struct {
// contains filtered or unexported fields
}
MsgInitResponse is the response returned after base account initialization. This is empty.
func (*MsgInitResponse) Descriptor
deprecated
func (*MsgInitResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgInitResponse.ProtoReflect.Descriptor instead.
func (*MsgInitResponse) ProtoMessage ¶
func (*MsgInitResponse) ProtoMessage()
func (*MsgInitResponse) ProtoReflect ¶
func (x *MsgInitResponse) ProtoReflect() protoreflect.Message
func (*MsgInitResponse) Reset ¶
func (x *MsgInitResponse) Reset()
func (*MsgInitResponse) String ¶
func (x *MsgInitResponse) String() string
type MsgSwapPubKey ¶
type MsgSwapPubKey struct { // new_pub_key defines the secp256k1 pubkey to swap the account to. NewPubKey *anypb.Any `protobuf:"bytes,1,opt,name=new_pub_key,json=newPubKey,proto3" json:"new_pub_key,omitempty"` // contains filtered or unexported fields }
MsgSwapPubKey is used to change the pubkey for the account.
func (*MsgSwapPubKey) Descriptor
deprecated
func (*MsgSwapPubKey) Descriptor() ([]byte, []int)
Deprecated: Use MsgSwapPubKey.ProtoReflect.Descriptor instead.
func (*MsgSwapPubKey) GetNewPubKey ¶
func (x *MsgSwapPubKey) GetNewPubKey() *anypb.Any
func (*MsgSwapPubKey) ProtoMessage ¶
func (*MsgSwapPubKey) ProtoMessage()
func (*MsgSwapPubKey) ProtoReflect ¶
func (x *MsgSwapPubKey) ProtoReflect() protoreflect.Message
func (*MsgSwapPubKey) Reset ¶
func (x *MsgSwapPubKey) Reset()
func (*MsgSwapPubKey) String ¶
func (x *MsgSwapPubKey) String() string
type MsgSwapPubKeyResponse ¶
type MsgSwapPubKeyResponse struct {
// contains filtered or unexported fields
}
MsgSwapPubKeyResponse is the response for the MsgSwapPubKey message. This is empty.
func (*MsgSwapPubKeyResponse) Descriptor
deprecated
func (*MsgSwapPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgSwapPubKeyResponse.ProtoReflect.Descriptor instead.
func (*MsgSwapPubKeyResponse) ProtoMessage ¶
func (*MsgSwapPubKeyResponse) ProtoMessage()
func (*MsgSwapPubKeyResponse) ProtoReflect ¶
func (x *MsgSwapPubKeyResponse) ProtoReflect() protoreflect.Message
func (*MsgSwapPubKeyResponse) Reset ¶
func (x *MsgSwapPubKeyResponse) Reset()
func (*MsgSwapPubKeyResponse) String ¶
func (x *MsgSwapPubKeyResponse) String() string
type QueryPubKey ¶
type QueryPubKey struct {
// contains filtered or unexported fields
}
QueryPubKey is the request used to query the pubkey of an account.
func (*QueryPubKey) Descriptor
deprecated
func (*QueryPubKey) Descriptor() ([]byte, []int)
Deprecated: Use QueryPubKey.ProtoReflect.Descriptor instead.
func (*QueryPubKey) ProtoMessage ¶
func (*QueryPubKey) ProtoMessage()
func (*QueryPubKey) ProtoReflect ¶
func (x *QueryPubKey) ProtoReflect() protoreflect.Message
func (*QueryPubKey) Reset ¶
func (x *QueryPubKey) Reset()
func (*QueryPubKey) String ¶
func (x *QueryPubKey) String() string
type QueryPubKeyResponse ¶
type QueryPubKeyResponse struct { PubKey *anypb.Any `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
QueryPubKeyResponse is the response returned when a QueryPubKey message is sent.
func (*QueryPubKeyResponse) Descriptor
deprecated
func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryPubKeyResponse.ProtoReflect.Descriptor instead.
func (*QueryPubKeyResponse) GetPubKey ¶
func (x *QueryPubKeyResponse) GetPubKey() *anypb.Any
func (*QueryPubKeyResponse) ProtoMessage ¶
func (*QueryPubKeyResponse) ProtoMessage()
func (*QueryPubKeyResponse) ProtoReflect ¶
func (x *QueryPubKeyResponse) ProtoReflect() protoreflect.Message
func (*QueryPubKeyResponse) Reset ¶
func (x *QueryPubKeyResponse) Reset()
func (*QueryPubKeyResponse) String ¶
func (x *QueryPubKeyResponse) String() string
type QuerySequence ¶
type QuerySequence struct {
// contains filtered or unexported fields
}
QuerySequence is the request for the account sequence.
func (*QuerySequence) Descriptor
deprecated
func (*QuerySequence) Descriptor() ([]byte, []int)
Deprecated: Use QuerySequence.ProtoReflect.Descriptor instead.
func (*QuerySequence) ProtoMessage ¶
func (*QuerySequence) ProtoMessage()
func (*QuerySequence) ProtoReflect ¶
func (x *QuerySequence) ProtoReflect() protoreflect.Message
func (*QuerySequence) Reset ¶
func (x *QuerySequence) Reset()
func (*QuerySequence) String ¶
func (x *QuerySequence) String() string
type QuerySequenceResponse ¶
type QuerySequenceResponse struct { // sequence is the current sequence of the account. Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"` // contains filtered or unexported fields }
QuerySequenceResponse returns the sequence of the account.
func (*QuerySequenceResponse) Descriptor
deprecated
func (*QuerySequenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use QuerySequenceResponse.ProtoReflect.Descriptor instead.
func (*QuerySequenceResponse) GetSequence ¶
func (x *QuerySequenceResponse) GetSequence() uint64
func (*QuerySequenceResponse) ProtoMessage ¶
func (*QuerySequenceResponse) ProtoMessage()
func (*QuerySequenceResponse) ProtoReflect ¶
func (x *QuerySequenceResponse) ProtoReflect() protoreflect.Message
func (*QuerySequenceResponse) Reset ¶
func (x *QuerySequenceResponse) Reset()
func (*QuerySequenceResponse) String ¶
func (x *QuerySequenceResponse) String() string