Documentation ¶
Index ¶
- Variables
- type MsgInit
- func (*MsgInit) Descriptor() ([]byte, []int)
- func (m *MsgInit) GetPubKeyBytes() []byte
- func (m *MsgInit) Marshal() (dAtA []byte, err error)
- func (m *MsgInit) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgInit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgInit) ProtoMessage()
- func (m *MsgInit) Reset()
- func (m *MsgInit) Size() (n int)
- func (m *MsgInit) String() string
- func (m *MsgInit) Unmarshal(dAtA []byte) error
- func (m *MsgInit) XXX_DiscardUnknown()
- func (m *MsgInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgInit) XXX_Merge(src proto.Message)
- func (m *MsgInit) XXX_Size() int
- func (m *MsgInit) XXX_Unmarshal(b []byte) error
- type MsgInitResponse
- func (*MsgInitResponse) Descriptor() ([]byte, []int)
- func (m *MsgInitResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgInitResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgInitResponse) ProtoMessage()
- func (m *MsgInitResponse) Reset()
- func (m *MsgInitResponse) Size() (n int)
- func (m *MsgInitResponse) String() string
- func (m *MsgInitResponse) Unmarshal(dAtA []byte) error
- func (m *MsgInitResponse) XXX_DiscardUnknown()
- func (m *MsgInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgInitResponse) XXX_Merge(src proto.Message)
- func (m *MsgInitResponse) XXX_Size() int
- func (m *MsgInitResponse) XXX_Unmarshal(b []byte) error
- type MsgRotatePubKey
- func (*MsgRotatePubKey) Descriptor() ([]byte, []int)
- func (m *MsgRotatePubKey) GetNewPubKeyBytes() []byte
- func (m *MsgRotatePubKey) Marshal() (dAtA []byte, err error)
- func (m *MsgRotatePubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRotatePubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRotatePubKey) ProtoMessage()
- func (m *MsgRotatePubKey) Reset()
- func (m *MsgRotatePubKey) Size() (n int)
- func (m *MsgRotatePubKey) String() string
- func (m *MsgRotatePubKey) Unmarshal(dAtA []byte) error
- func (m *MsgRotatePubKey) XXX_DiscardUnknown()
- func (m *MsgRotatePubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRotatePubKey) XXX_Merge(src proto.Message)
- func (m *MsgRotatePubKey) XXX_Size() int
- func (m *MsgRotatePubKey) XXX_Unmarshal(b []byte) error
- type MsgRotatePubKeyResponse
- func (*MsgRotatePubKeyResponse) Descriptor() ([]byte, []int)
- func (m *MsgRotatePubKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRotatePubKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRotatePubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRotatePubKeyResponse) ProtoMessage()
- func (m *MsgRotatePubKeyResponse) Reset()
- func (m *MsgRotatePubKeyResponse) Size() (n int)
- func (m *MsgRotatePubKeyResponse) String() string
- func (m *MsgRotatePubKeyResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRotatePubKeyResponse) XXX_DiscardUnknown()
- func (m *MsgRotatePubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRotatePubKeyResponse) XXX_Merge(src proto.Message)
- func (m *MsgRotatePubKeyResponse) XXX_Size() int
- func (m *MsgRotatePubKeyResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
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"`
}
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 ¶
func (*MsgInit) GetPubKeyBytes ¶
func (*MsgInit) MarshalToSizedBuffer ¶
func (*MsgInit) ProtoMessage ¶
func (*MsgInit) ProtoMessage()
func (*MsgInit) XXX_DiscardUnknown ¶
func (m *MsgInit) XXX_DiscardUnknown()
func (*MsgInit) XXX_Marshal ¶
func (*MsgInit) XXX_Unmarshal ¶
type MsgInitResponse ¶
type MsgInitResponse struct { }
MsgInitResponse is the init message response.
func (*MsgInitResponse) Descriptor ¶
func (*MsgInitResponse) Descriptor() ([]byte, []int)
func (*MsgInitResponse) Marshal ¶
func (m *MsgInitResponse) Marshal() (dAtA []byte, err error)
func (*MsgInitResponse) MarshalToSizedBuffer ¶
func (m *MsgInitResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgInitResponse) ProtoMessage ¶
func (*MsgInitResponse) ProtoMessage()
func (*MsgInitResponse) Reset ¶
func (m *MsgInitResponse) Reset()
func (*MsgInitResponse) Size ¶
func (m *MsgInitResponse) Size() (n int)
func (*MsgInitResponse) String ¶
func (m *MsgInitResponse) String() string
func (*MsgInitResponse) Unmarshal ¶
func (m *MsgInitResponse) Unmarshal(dAtA []byte) error
func (*MsgInitResponse) XXX_DiscardUnknown ¶
func (m *MsgInitResponse) XXX_DiscardUnknown()
func (*MsgInitResponse) XXX_Marshal ¶
func (m *MsgInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgInitResponse) XXX_Merge ¶
func (m *MsgInitResponse) XXX_Merge(src proto.Message)
func (*MsgInitResponse) XXX_Size ¶
func (m *MsgInitResponse) XXX_Size() int
func (*MsgInitResponse) XXX_Unmarshal ¶
func (m *MsgInitResponse) XXX_Unmarshal(b []byte) error
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"`
}
MsgRotatePubKey is the message used to swap the public key of the account.
func (*MsgRotatePubKey) Descriptor ¶
func (*MsgRotatePubKey) Descriptor() ([]byte, []int)
func (*MsgRotatePubKey) GetNewPubKeyBytes ¶
func (m *MsgRotatePubKey) GetNewPubKeyBytes() []byte
func (*MsgRotatePubKey) Marshal ¶
func (m *MsgRotatePubKey) Marshal() (dAtA []byte, err error)
func (*MsgRotatePubKey) MarshalToSizedBuffer ¶
func (m *MsgRotatePubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRotatePubKey) ProtoMessage ¶
func (*MsgRotatePubKey) ProtoMessage()
func (*MsgRotatePubKey) Reset ¶
func (m *MsgRotatePubKey) Reset()
func (*MsgRotatePubKey) Size ¶
func (m *MsgRotatePubKey) Size() (n int)
func (*MsgRotatePubKey) String ¶
func (m *MsgRotatePubKey) String() string
func (*MsgRotatePubKey) Unmarshal ¶
func (m *MsgRotatePubKey) Unmarshal(dAtA []byte) error
func (*MsgRotatePubKey) XXX_DiscardUnknown ¶
func (m *MsgRotatePubKey) XXX_DiscardUnknown()
func (*MsgRotatePubKey) XXX_Marshal ¶
func (m *MsgRotatePubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRotatePubKey) XXX_Merge ¶
func (m *MsgRotatePubKey) XXX_Merge(src proto.Message)
func (*MsgRotatePubKey) XXX_Size ¶
func (m *MsgRotatePubKey) XXX_Size() int
func (*MsgRotatePubKey) XXX_Unmarshal ¶
func (m *MsgRotatePubKey) XXX_Unmarshal(b []byte) error
type MsgRotatePubKeyResponse ¶
type MsgRotatePubKeyResponse struct { }
MsgRotatePubKeyResponse is the MsgRotatePubKey response.
func (*MsgRotatePubKeyResponse) Descriptor ¶
func (*MsgRotatePubKeyResponse) Descriptor() ([]byte, []int)
func (*MsgRotatePubKeyResponse) Marshal ¶
func (m *MsgRotatePubKeyResponse) Marshal() (dAtA []byte, err error)
func (*MsgRotatePubKeyResponse) MarshalTo ¶
func (m *MsgRotatePubKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRotatePubKeyResponse) MarshalToSizedBuffer ¶
func (m *MsgRotatePubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRotatePubKeyResponse) ProtoMessage ¶
func (*MsgRotatePubKeyResponse) ProtoMessage()
func (*MsgRotatePubKeyResponse) Reset ¶
func (m *MsgRotatePubKeyResponse) Reset()
func (*MsgRotatePubKeyResponse) Size ¶
func (m *MsgRotatePubKeyResponse) Size() (n int)
func (*MsgRotatePubKeyResponse) String ¶
func (m *MsgRotatePubKeyResponse) String() string
func (*MsgRotatePubKeyResponse) Unmarshal ¶
func (m *MsgRotatePubKeyResponse) Unmarshal(dAtA []byte) error
func (*MsgRotatePubKeyResponse) XXX_DiscardUnknown ¶
func (m *MsgRotatePubKeyResponse) XXX_DiscardUnknown()
func (*MsgRotatePubKeyResponse) XXX_Marshal ¶
func (m *MsgRotatePubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRotatePubKeyResponse) XXX_Merge ¶
func (m *MsgRotatePubKeyResponse) XXX_Merge(src proto.Message)
func (*MsgRotatePubKeyResponse) XXX_Size ¶
func (m *MsgRotatePubKeyResponse) XXX_Size() int
func (*MsgRotatePubKeyResponse) XXX_Unmarshal ¶
func (m *MsgRotatePubKeyResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.