Documentation ¶
Index ¶
- Constants
- Variables
- type RefundMsgRequest
- func (*RefundMsgRequest) Descriptor() ([]byte, []int)
- func (m *RefundMsgRequest) GetSigners() []sdk.AccAddress
- func (m *RefundMsgRequest) Marshal() (dAtA []byte, err error)
- func (m *RefundMsgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RefundMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefundMsgRequest) ProtoMessage()
- func (m *RefundMsgRequest) Reset()
- func (m *RefundMsgRequest) Size() (n int)
- func (m *RefundMsgRequest) String() string
- func (m *RefundMsgRequest) Unmarshal(dAtA []byte) error
- func (*RefundMsgRequest) ValidateBasic() error
- func (m *RefundMsgRequest) XXX_DiscardUnknown()
- func (m *RefundMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefundMsgRequest) XXX_Merge(src proto.Message)
- func (*RefundMsgRequest) XXX_MessageName() string
- func (m *RefundMsgRequest) XXX_Size() int
- func (m *RefundMsgRequest) XXX_Unmarshal(b []byte) error
- type RefundMsgResponse
- func (*RefundMsgResponse) Descriptor() ([]byte, []int)
- func (m *RefundMsgResponse) Marshal() (dAtA []byte, err error)
- func (m *RefundMsgResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RefundMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RefundMsgResponse) ProtoMessage()
- func (m *RefundMsgResponse) Reset()
- func (m *RefundMsgResponse) Size() (n int)
- func (m *RefundMsgResponse) String() string
- func (m *RefundMsgResponse) Unmarshal(dAtA []byte) error
- func (m *RefundMsgResponse) XXX_DiscardUnknown()
- func (m *RefundMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefundMsgResponse) XXX_Merge(src proto.Message)
- func (m *RefundMsgResponse) XXX_Size() int
- func (m *RefundMsgResponse) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const MSG_REWARD_REFUND_MSG_REQUEST = "axelar.reward.v1beta1.RefundMsgRequest"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type RefundMsgRequest ¶
type RefundMsgRequest struct { Sender github_com_cosmos_cosmos_sdk_types.AccAddress `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"` InnerMessage *types.Any `protobuf:"bytes,2,opt,name=inner_message,json=innerMessage,proto3" json:"inner_message,omitempty"` }
func (*RefundMsgRequest) Descriptor ¶
func (*RefundMsgRequest) Descriptor() ([]byte, []int)
func (*RefundMsgRequest) GetSigners ¶
func (m *RefundMsgRequest) GetSigners() []sdk.AccAddress
GetSigners implements types.Msg.
func (*RefundMsgRequest) Marshal ¶
func (m *RefundMsgRequest) Marshal() (dAtA []byte, err error)
func (*RefundMsgRequest) MarshalToSizedBuffer ¶
func (m *RefundMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RefundMsgRequest) ProtoMessage ¶
func (*RefundMsgRequest) ProtoMessage()
func (*RefundMsgRequest) Reset ¶
func (m *RefundMsgRequest) Reset()
func (*RefundMsgRequest) Size ¶
func (m *RefundMsgRequest) Size() (n int)
func (*RefundMsgRequest) String ¶
func (m *RefundMsgRequest) String() string
func (*RefundMsgRequest) Unmarshal ¶
func (m *RefundMsgRequest) Unmarshal(dAtA []byte) error
func (*RefundMsgRequest) ValidateBasic ¶
func (*RefundMsgRequest) ValidateBasic() error
ValidateBasic implements types.Msg.
func (*RefundMsgRequest) XXX_DiscardUnknown ¶
func (m *RefundMsgRequest) XXX_DiscardUnknown()
func (*RefundMsgRequest) XXX_Marshal ¶
func (m *RefundMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefundMsgRequest) XXX_Merge ¶
func (m *RefundMsgRequest) XXX_Merge(src proto.Message)
func (*RefundMsgRequest) XXX_MessageName ¶
func (*RefundMsgRequest) XXX_MessageName() string
XXX_MessageName implements types.Msg. For codec compatibility.
func (*RefundMsgRequest) XXX_Size ¶
func (m *RefundMsgRequest) XXX_Size() int
func (*RefundMsgRequest) XXX_Unmarshal ¶
func (m *RefundMsgRequest) XXX_Unmarshal(b []byte) error
type RefundMsgResponse ¶
type RefundMsgResponse struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Log string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"` }
func (*RefundMsgResponse) Descriptor ¶
func (*RefundMsgResponse) Descriptor() ([]byte, []int)
func (*RefundMsgResponse) Marshal ¶
func (m *RefundMsgResponse) Marshal() (dAtA []byte, err error)
func (*RefundMsgResponse) MarshalTo ¶
func (m *RefundMsgResponse) MarshalTo(dAtA []byte) (int, error)
func (*RefundMsgResponse) MarshalToSizedBuffer ¶
func (m *RefundMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RefundMsgResponse) ProtoMessage ¶
func (*RefundMsgResponse) ProtoMessage()
func (*RefundMsgResponse) Reset ¶
func (m *RefundMsgResponse) Reset()
func (*RefundMsgResponse) Size ¶
func (m *RefundMsgResponse) Size() (n int)
func (*RefundMsgResponse) String ¶
func (m *RefundMsgResponse) String() string
func (*RefundMsgResponse) Unmarshal ¶
func (m *RefundMsgResponse) Unmarshal(dAtA []byte) error
func (*RefundMsgResponse) XXX_DiscardUnknown ¶
func (m *RefundMsgResponse) XXX_DiscardUnknown()
func (*RefundMsgResponse) XXX_Marshal ¶
func (m *RefundMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefundMsgResponse) XXX_Merge ¶
func (m *RefundMsgResponse) XXX_Merge(src proto.Message)
func (*RefundMsgResponse) XXX_Size ¶
func (m *RefundMsgResponse) XXX_Size() int
func (*RefundMsgResponse) XXX_Unmarshal ¶
func (m *RefundMsgResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.