Documentation ¶
Index ¶
- Constants
- Variables
- type VoteRequest
- func (*VoteRequest) Descriptor() ([]byte, []int)
- func (m *VoteRequest) GetSigners() []sdk.AccAddress
- func (m *VoteRequest) Marshal() (dAtA []byte, err error)
- func (m *VoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *VoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VoteRequest) ProtoMessage()
- func (m *VoteRequest) Reset()
- func (m *VoteRequest) Size() (n int)
- func (m *VoteRequest) String() string
- func (m *VoteRequest) Unmarshal(dAtA []byte) error
- func (*VoteRequest) ValidateBasic() error
- func (m *VoteRequest) XXX_DiscardUnknown()
- func (m *VoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VoteRequest) XXX_Merge(src proto.Message)
- func (*VoteRequest) XXX_MessageName() string
- func (m *VoteRequest) XXX_Size() int
- func (m *VoteRequest) XXX_Unmarshal(b []byte) error
- type VoteResponse
- func (*VoteResponse) Descriptor() ([]byte, []int)
- func (m *VoteResponse) Marshal() (dAtA []byte, err error)
- func (m *VoteResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *VoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VoteResponse) ProtoMessage()
- func (m *VoteResponse) Reset()
- func (m *VoteResponse) Size() (n int)
- func (m *VoteResponse) String() string
- func (m *VoteResponse) Unmarshal(dAtA []byte) error
- func (m *VoteResponse) XXX_DiscardUnknown()
- func (m *VoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VoteResponse) XXX_Merge(src proto.Message)
- func (m *VoteResponse) XXX_Size() int
- func (m *VoteResponse) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const MSG_VOTE_REQUEST = "axelar.vote.v1beta1.VoteRequest"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type VoteRequest ¶
type VoteRequest 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"` PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID `` /* 141-byte string literal not displayed */ Vote *types.Any `protobuf:"bytes,5,opt,name=vote,proto3" json:"vote,omitempty"` }
func (*VoteRequest) Descriptor ¶
func (*VoteRequest) Descriptor() ([]byte, []int)
func (*VoteRequest) GetSigners ¶
func (m *VoteRequest) GetSigners() []sdk.AccAddress
GetSigners implements types.Msg.
func (*VoteRequest) Marshal ¶
func (m *VoteRequest) Marshal() (dAtA []byte, err error)
func (*VoteRequest) MarshalToSizedBuffer ¶
func (m *VoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VoteRequest) ProtoMessage ¶
func (*VoteRequest) ProtoMessage()
func (*VoteRequest) Reset ¶
func (m *VoteRequest) Reset()
func (*VoteRequest) Size ¶
func (m *VoteRequest) Size() (n int)
func (*VoteRequest) String ¶
func (m *VoteRequest) String() string
func (*VoteRequest) Unmarshal ¶
func (m *VoteRequest) Unmarshal(dAtA []byte) error
func (*VoteRequest) ValidateBasic ¶
func (*VoteRequest) ValidateBasic() error
ValidateBasic implements types.Msg.
func (*VoteRequest) XXX_DiscardUnknown ¶
func (m *VoteRequest) XXX_DiscardUnknown()
func (*VoteRequest) XXX_Marshal ¶
func (m *VoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VoteRequest) XXX_Merge ¶
func (m *VoteRequest) XXX_Merge(src proto.Message)
func (*VoteRequest) XXX_MessageName ¶
func (*VoteRequest) XXX_MessageName() string
XXX_MessageName implements types.Msg. For codec compatibility.
func (*VoteRequest) XXX_Size ¶
func (m *VoteRequest) XXX_Size() int
func (*VoteRequest) XXX_Unmarshal ¶
func (m *VoteRequest) XXX_Unmarshal(b []byte) error
type VoteResponse ¶
type VoteResponse struct {
Log string `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"`
}
func (*VoteResponse) Descriptor ¶
func (*VoteResponse) Descriptor() ([]byte, []int)
func (*VoteResponse) Marshal ¶
func (m *VoteResponse) Marshal() (dAtA []byte, err error)
func (*VoteResponse) MarshalToSizedBuffer ¶
func (m *VoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VoteResponse) ProtoMessage ¶
func (*VoteResponse) ProtoMessage()
func (*VoteResponse) Reset ¶
func (m *VoteResponse) Reset()
func (*VoteResponse) Size ¶
func (m *VoteResponse) Size() (n int)
func (*VoteResponse) String ¶
func (m *VoteResponse) String() string
func (*VoteResponse) Unmarshal ¶
func (m *VoteResponse) Unmarshal(dAtA []byte) error
func (*VoteResponse) XXX_DiscardUnknown ¶
func (m *VoteResponse) XXX_DiscardUnknown()
func (*VoteResponse) XXX_Marshal ¶
func (m *VoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VoteResponse) XXX_Merge ¶
func (m *VoteResponse) XXX_Merge(src proto.Message)
func (*VoteResponse) XXX_Size ¶
func (m *VoteResponse) XXX_Size() int
func (*VoteResponse) XXX_Unmarshal ¶
func (m *VoteResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.