Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_accounts_testing_rotation_v1_partial_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MsgInit ¶
type MsgInit struct { PubKeyBytes []byte `protobuf:"bytes,1,opt,name=pub_key_bytes,json=pubKeyBytes,proto3" json:"pub_key_bytes,omitempty"` // contains filtered or unexported fields }
MsgInit is the init message used to create a new account abstraction implementation that we use for testing, this account also allows for rotating the public key.
func (*MsgInit) Descriptor
deprecated
func (*MsgInit) GetPubKeyBytes ¶
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 init message response.
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 MsgRotatePubKey ¶
type MsgRotatePubKey struct { NewPubKeyBytes []byte `protobuf:"bytes,1,opt,name=new_pub_key_bytes,json=newPubKeyBytes,proto3" json:"new_pub_key_bytes,omitempty"` // contains filtered or unexported fields }
MsgRotatePubKey is the message used to swap the public key of the account.
func (*MsgRotatePubKey) Descriptor
deprecated
func (*MsgRotatePubKey) Descriptor() ([]byte, []int)
Deprecated: Use MsgRotatePubKey.ProtoReflect.Descriptor instead.
func (*MsgRotatePubKey) GetNewPubKeyBytes ¶
func (x *MsgRotatePubKey) GetNewPubKeyBytes() []byte
func (*MsgRotatePubKey) ProtoMessage ¶
func (*MsgRotatePubKey) ProtoMessage()
func (*MsgRotatePubKey) ProtoReflect ¶
func (x *MsgRotatePubKey) ProtoReflect() protoreflect.Message
func (*MsgRotatePubKey) Reset ¶
func (x *MsgRotatePubKey) Reset()
func (*MsgRotatePubKey) String ¶
func (x *MsgRotatePubKey) String() string
type MsgRotatePubKeyResponse ¶
type MsgRotatePubKeyResponse struct {
// contains filtered or unexported fields
}
MsgRotatePubKeyResponse is the MsgRotatePubKey response.
func (*MsgRotatePubKeyResponse) Descriptor
deprecated
func (*MsgRotatePubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRotatePubKeyResponse.ProtoReflect.Descriptor instead.
func (*MsgRotatePubKeyResponse) ProtoMessage ¶
func (*MsgRotatePubKeyResponse) ProtoMessage()
func (*MsgRotatePubKeyResponse) ProtoReflect ¶
func (x *MsgRotatePubKeyResponse) ProtoReflect() protoreflect.Message
func (*MsgRotatePubKeyResponse) Reset ¶
func (x *MsgRotatePubKeyResponse) Reset()
func (*MsgRotatePubKeyResponse) String ¶
func (x *MsgRotatePubKeyResponse) String() string
Click to show internal directories.
Click to hide internal directories.