Documentation ¶
Index ¶
- Variables
- type EmptyRequest
- func (*EmptyRequest) Descriptor() ([]byte, []int)
- func (m *EmptyRequest) Marshal() (dAtA []byte, err error)
- func (m *EmptyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *EmptyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EmptyRequest) ProtoMessage()
- func (m *EmptyRequest) Reset()
- func (m *EmptyRequest) Size() (n int)
- func (m *EmptyRequest) String() string
- func (m *EmptyRequest) Unmarshal(dAtA []byte) error
- func (m *EmptyRequest) XXX_DiscardUnknown()
- func (m *EmptyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyRequest) XXX_Merge(src proto.Message)
- func (m *EmptyRequest) XXX_Size() int
- func (m *EmptyRequest) XXX_Unmarshal(b []byte) error
- type ExitPoolExecuteMsgRequest
- func (*ExitPoolExecuteMsgRequest) Descriptor() ([]byte, []int)
- func (m *ExitPoolExecuteMsgRequest) GetExitPool() EmptyRequest
- func (m *ExitPoolExecuteMsgRequest) Marshal() (dAtA []byte, err error)
- func (m *ExitPoolExecuteMsgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ExitPoolExecuteMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExitPoolExecuteMsgRequest) ProtoMessage()
- func (m *ExitPoolExecuteMsgRequest) Reset()
- func (m *ExitPoolExecuteMsgRequest) Size() (n int)
- func (m *ExitPoolExecuteMsgRequest) String() string
- func (m *ExitPoolExecuteMsgRequest) Unmarshal(dAtA []byte) error
- func (m *ExitPoolExecuteMsgRequest) XXX_DiscardUnknown()
- func (m *ExitPoolExecuteMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExitPoolExecuteMsgRequest) XXX_Merge(src proto.Message)
- func (m *ExitPoolExecuteMsgRequest) XXX_Size() int
- func (m *ExitPoolExecuteMsgRequest) XXX_Unmarshal(b []byte) error
- type ExitPoolExecuteMsgResponse
- func (*ExitPoolExecuteMsgResponse) Descriptor() ([]byte, []int)
- func (m *ExitPoolExecuteMsgResponse) Marshal() (dAtA []byte, err error)
- func (m *ExitPoolExecuteMsgResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ExitPoolExecuteMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExitPoolExecuteMsgResponse) ProtoMessage()
- func (m *ExitPoolExecuteMsgResponse) Reset()
- func (m *ExitPoolExecuteMsgResponse) Size() (n int)
- func (m *ExitPoolExecuteMsgResponse) String() string
- func (m *ExitPoolExecuteMsgResponse) Unmarshal(dAtA []byte) error
- func (m *ExitPoolExecuteMsgResponse) XXX_DiscardUnknown()
- func (m *ExitPoolExecuteMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExitPoolExecuteMsgResponse) XXX_Merge(src proto.Message)
- func (m *ExitPoolExecuteMsgResponse) XXX_Size() int
- func (m *ExitPoolExecuteMsgResponse) XXX_Unmarshal(b []byte) error
- type JoinPoolExecuteMsgRequest
- func (*JoinPoolExecuteMsgRequest) Descriptor() ([]byte, []int)
- func (m *JoinPoolExecuteMsgRequest) GetJoinPool() EmptyRequest
- func (m *JoinPoolExecuteMsgRequest) Marshal() (dAtA []byte, err error)
- func (m *JoinPoolExecuteMsgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *JoinPoolExecuteMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*JoinPoolExecuteMsgRequest) ProtoMessage()
- func (m *JoinPoolExecuteMsgRequest) Reset()
- func (m *JoinPoolExecuteMsgRequest) Size() (n int)
- func (m *JoinPoolExecuteMsgRequest) String() string
- func (m *JoinPoolExecuteMsgRequest) Unmarshal(dAtA []byte) error
- func (m *JoinPoolExecuteMsgRequest) XXX_DiscardUnknown()
- func (m *JoinPoolExecuteMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JoinPoolExecuteMsgRequest) XXX_Merge(src proto.Message)
- func (m *JoinPoolExecuteMsgRequest) XXX_Size() int
- func (m *JoinPoolExecuteMsgRequest) XXX_Unmarshal(b []byte) error
- type JoinPoolExecuteMsgResponse
- func (*JoinPoolExecuteMsgResponse) Descriptor() ([]byte, []int)
- func (m *JoinPoolExecuteMsgResponse) Marshal() (dAtA []byte, err error)
- func (m *JoinPoolExecuteMsgResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *JoinPoolExecuteMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*JoinPoolExecuteMsgResponse) ProtoMessage()
- func (m *JoinPoolExecuteMsgResponse) Reset()
- func (m *JoinPoolExecuteMsgResponse) Size() (n int)
- func (m *JoinPoolExecuteMsgResponse) String() string
- func (m *JoinPoolExecuteMsgResponse) Unmarshal(dAtA []byte) error
- func (m *JoinPoolExecuteMsgResponse) XXX_DiscardUnknown()
- func (m *JoinPoolExecuteMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JoinPoolExecuteMsgResponse) XXX_Merge(src proto.Message)
- func (m *JoinPoolExecuteMsgResponse) XXX_Size() int
- func (m *JoinPoolExecuteMsgResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EmptyRequest ¶
type EmptyRequest struct { }
===================== JoinPoolExecuteMsg
func (*EmptyRequest) Descriptor ¶
func (*EmptyRequest) Descriptor() ([]byte, []int)
func (*EmptyRequest) Marshal ¶
func (m *EmptyRequest) Marshal() (dAtA []byte, err error)
func (*EmptyRequest) MarshalToSizedBuffer ¶
func (m *EmptyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EmptyRequest) ProtoMessage ¶
func (*EmptyRequest) ProtoMessage()
func (*EmptyRequest) Reset ¶
func (m *EmptyRequest) Reset()
func (*EmptyRequest) Size ¶
func (m *EmptyRequest) Size() (n int)
func (*EmptyRequest) String ¶
func (m *EmptyRequest) String() string
func (*EmptyRequest) Unmarshal ¶
func (m *EmptyRequest) Unmarshal(dAtA []byte) error
func (*EmptyRequest) XXX_DiscardUnknown ¶
func (m *EmptyRequest) XXX_DiscardUnknown()
func (*EmptyRequest) XXX_Marshal ¶
func (m *EmptyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyRequest) XXX_Merge ¶
func (m *EmptyRequest) XXX_Merge(src proto.Message)
func (*EmptyRequest) XXX_Size ¶
func (m *EmptyRequest) XXX_Size() int
func (*EmptyRequest) XXX_Unmarshal ¶
func (m *EmptyRequest) XXX_Unmarshal(b []byte) error
type ExitPoolExecuteMsgRequest ¶
type ExitPoolExecuteMsgRequest struct { // exit_pool is the structure containing all request fields of the exit pool // execute message. ExitPool EmptyRequest `protobuf:"bytes,1,opt,name=exit_pool,json=exitPool,proto3" json:"exit_pool"` }
===================== ExitPoolExecuteMsg
func (*ExitPoolExecuteMsgRequest) Descriptor ¶
func (*ExitPoolExecuteMsgRequest) Descriptor() ([]byte, []int)
func (*ExitPoolExecuteMsgRequest) GetExitPool ¶
func (m *ExitPoolExecuteMsgRequest) GetExitPool() EmptyRequest
func (*ExitPoolExecuteMsgRequest) Marshal ¶
func (m *ExitPoolExecuteMsgRequest) Marshal() (dAtA []byte, err error)
func (*ExitPoolExecuteMsgRequest) MarshalTo ¶
func (m *ExitPoolExecuteMsgRequest) MarshalTo(dAtA []byte) (int, error)
func (*ExitPoolExecuteMsgRequest) MarshalToSizedBuffer ¶
func (m *ExitPoolExecuteMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExitPoolExecuteMsgRequest) ProtoMessage ¶
func (*ExitPoolExecuteMsgRequest) ProtoMessage()
func (*ExitPoolExecuteMsgRequest) Reset ¶
func (m *ExitPoolExecuteMsgRequest) Reset()
func (*ExitPoolExecuteMsgRequest) Size ¶
func (m *ExitPoolExecuteMsgRequest) Size() (n int)
func (*ExitPoolExecuteMsgRequest) String ¶
func (m *ExitPoolExecuteMsgRequest) String() string
func (*ExitPoolExecuteMsgRequest) Unmarshal ¶
func (m *ExitPoolExecuteMsgRequest) Unmarshal(dAtA []byte) error
func (*ExitPoolExecuteMsgRequest) XXX_DiscardUnknown ¶
func (m *ExitPoolExecuteMsgRequest) XXX_DiscardUnknown()
func (*ExitPoolExecuteMsgRequest) XXX_Marshal ¶
func (m *ExitPoolExecuteMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExitPoolExecuteMsgRequest) XXX_Merge ¶
func (m *ExitPoolExecuteMsgRequest) XXX_Merge(src proto.Message)
func (*ExitPoolExecuteMsgRequest) XXX_Size ¶
func (m *ExitPoolExecuteMsgRequest) XXX_Size() int
func (*ExitPoolExecuteMsgRequest) XXX_Unmarshal ¶
func (m *ExitPoolExecuteMsgRequest) XXX_Unmarshal(b []byte) error
type ExitPoolExecuteMsgResponse ¶
type ExitPoolExecuteMsgResponse struct { }
func (*ExitPoolExecuteMsgResponse) Descriptor ¶
func (*ExitPoolExecuteMsgResponse) Descriptor() ([]byte, []int)
func (*ExitPoolExecuteMsgResponse) Marshal ¶
func (m *ExitPoolExecuteMsgResponse) Marshal() (dAtA []byte, err error)
func (*ExitPoolExecuteMsgResponse) MarshalTo ¶
func (m *ExitPoolExecuteMsgResponse) MarshalTo(dAtA []byte) (int, error)
func (*ExitPoolExecuteMsgResponse) MarshalToSizedBuffer ¶
func (m *ExitPoolExecuteMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExitPoolExecuteMsgResponse) ProtoMessage ¶
func (*ExitPoolExecuteMsgResponse) ProtoMessage()
func (*ExitPoolExecuteMsgResponse) Reset ¶
func (m *ExitPoolExecuteMsgResponse) Reset()
func (*ExitPoolExecuteMsgResponse) Size ¶
func (m *ExitPoolExecuteMsgResponse) Size() (n int)
func (*ExitPoolExecuteMsgResponse) String ¶
func (m *ExitPoolExecuteMsgResponse) String() string
func (*ExitPoolExecuteMsgResponse) Unmarshal ¶
func (m *ExitPoolExecuteMsgResponse) Unmarshal(dAtA []byte) error
func (*ExitPoolExecuteMsgResponse) XXX_DiscardUnknown ¶
func (m *ExitPoolExecuteMsgResponse) XXX_DiscardUnknown()
func (*ExitPoolExecuteMsgResponse) XXX_Marshal ¶
func (m *ExitPoolExecuteMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExitPoolExecuteMsgResponse) XXX_Merge ¶
func (m *ExitPoolExecuteMsgResponse) XXX_Merge(src proto.Message)
func (*ExitPoolExecuteMsgResponse) XXX_Size ¶
func (m *ExitPoolExecuteMsgResponse) XXX_Size() int
func (*ExitPoolExecuteMsgResponse) XXX_Unmarshal ¶
func (m *ExitPoolExecuteMsgResponse) XXX_Unmarshal(b []byte) error
type JoinPoolExecuteMsgRequest ¶
type JoinPoolExecuteMsgRequest struct { // join_pool is the structure containing all request fields of the join pool // execute message. JoinPool EmptyRequest `protobuf:"bytes,1,opt,name=join_pool,json=joinPool,proto3" json:"join_pool"` }
func (*JoinPoolExecuteMsgRequest) Descriptor ¶
func (*JoinPoolExecuteMsgRequest) Descriptor() ([]byte, []int)
func (*JoinPoolExecuteMsgRequest) GetJoinPool ¶
func (m *JoinPoolExecuteMsgRequest) GetJoinPool() EmptyRequest
func (*JoinPoolExecuteMsgRequest) Marshal ¶
func (m *JoinPoolExecuteMsgRequest) Marshal() (dAtA []byte, err error)
func (*JoinPoolExecuteMsgRequest) MarshalTo ¶
func (m *JoinPoolExecuteMsgRequest) MarshalTo(dAtA []byte) (int, error)
func (*JoinPoolExecuteMsgRequest) MarshalToSizedBuffer ¶
func (m *JoinPoolExecuteMsgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*JoinPoolExecuteMsgRequest) ProtoMessage ¶
func (*JoinPoolExecuteMsgRequest) ProtoMessage()
func (*JoinPoolExecuteMsgRequest) Reset ¶
func (m *JoinPoolExecuteMsgRequest) Reset()
func (*JoinPoolExecuteMsgRequest) Size ¶
func (m *JoinPoolExecuteMsgRequest) Size() (n int)
func (*JoinPoolExecuteMsgRequest) String ¶
func (m *JoinPoolExecuteMsgRequest) String() string
func (*JoinPoolExecuteMsgRequest) Unmarshal ¶
func (m *JoinPoolExecuteMsgRequest) Unmarshal(dAtA []byte) error
func (*JoinPoolExecuteMsgRequest) XXX_DiscardUnknown ¶
func (m *JoinPoolExecuteMsgRequest) XXX_DiscardUnknown()
func (*JoinPoolExecuteMsgRequest) XXX_Marshal ¶
func (m *JoinPoolExecuteMsgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JoinPoolExecuteMsgRequest) XXX_Merge ¶
func (m *JoinPoolExecuteMsgRequest) XXX_Merge(src proto.Message)
func (*JoinPoolExecuteMsgRequest) XXX_Size ¶
func (m *JoinPoolExecuteMsgRequest) XXX_Size() int
func (*JoinPoolExecuteMsgRequest) XXX_Unmarshal ¶
func (m *JoinPoolExecuteMsgRequest) XXX_Unmarshal(b []byte) error
type JoinPoolExecuteMsgResponse ¶
type JoinPoolExecuteMsgResponse struct { }
func (*JoinPoolExecuteMsgResponse) Descriptor ¶
func (*JoinPoolExecuteMsgResponse) Descriptor() ([]byte, []int)
func (*JoinPoolExecuteMsgResponse) Marshal ¶
func (m *JoinPoolExecuteMsgResponse) Marshal() (dAtA []byte, err error)
func (*JoinPoolExecuteMsgResponse) MarshalTo ¶
func (m *JoinPoolExecuteMsgResponse) MarshalTo(dAtA []byte) (int, error)
func (*JoinPoolExecuteMsgResponse) MarshalToSizedBuffer ¶
func (m *JoinPoolExecuteMsgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*JoinPoolExecuteMsgResponse) ProtoMessage ¶
func (*JoinPoolExecuteMsgResponse) ProtoMessage()
func (*JoinPoolExecuteMsgResponse) Reset ¶
func (m *JoinPoolExecuteMsgResponse) Reset()
func (*JoinPoolExecuteMsgResponse) Size ¶
func (m *JoinPoolExecuteMsgResponse) Size() (n int)
func (*JoinPoolExecuteMsgResponse) String ¶
func (m *JoinPoolExecuteMsgResponse) String() string
func (*JoinPoolExecuteMsgResponse) Unmarshal ¶
func (m *JoinPoolExecuteMsgResponse) Unmarshal(dAtA []byte) error
func (*JoinPoolExecuteMsgResponse) XXX_DiscardUnknown ¶
func (m *JoinPoolExecuteMsgResponse) XXX_DiscardUnknown()
func (*JoinPoolExecuteMsgResponse) XXX_Marshal ¶
func (m *JoinPoolExecuteMsgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JoinPoolExecuteMsgResponse) XXX_Merge ¶
func (m *JoinPoolExecuteMsgResponse) XXX_Merge(src proto.Message)
func (*JoinPoolExecuteMsgResponse) XXX_Size ¶
func (m *JoinPoolExecuteMsgResponse) XXX_Size() int
func (*JoinPoolExecuteMsgResponse) XXX_Unmarshal ¶
func (m *JoinPoolExecuteMsgResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.