Documentation ¶
Index ¶
- type ETHCoinInitRequest
- func (*ETHCoinInitRequest) Descriptor() ([]byte, []int)
- func (*ETHCoinInitRequest) ProtoMessage()
- func (m *ETHCoinInitRequest) Reset()
- func (m *ETHCoinInitRequest) String() string
- func (m *ETHCoinInitRequest) XXX_DiscardUnknown()
- func (m *ETHCoinInitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ETHCoinInitRequest) XXX_Merge(src proto.Message)
- func (m *ETHCoinInitRequest) XXX_Size() int
- func (m *ETHCoinInitRequest) XXX_Unmarshal(b []byte) error
- type ETHCoinMintToGatewayRequest
- func (*ETHCoinMintToGatewayRequest) Descriptor() ([]byte, []int)
- func (m *ETHCoinMintToGatewayRequest) GetAmount() *types.BigUInt
- func (*ETHCoinMintToGatewayRequest) ProtoMessage()
- func (m *ETHCoinMintToGatewayRequest) Reset()
- func (m *ETHCoinMintToGatewayRequest) String() string
- func (m *ETHCoinMintToGatewayRequest) XXX_DiscardUnknown()
- func (m *ETHCoinMintToGatewayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ETHCoinMintToGatewayRequest) XXX_Merge(src proto.Message)
- func (m *ETHCoinMintToGatewayRequest) XXX_Size() int
- func (m *ETHCoinMintToGatewayRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETHCoinInitRequest ¶
type ETHCoinInitRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ETHCoinInitRequest) Descriptor ¶
func (*ETHCoinInitRequest) Descriptor() ([]byte, []int)
func (*ETHCoinInitRequest) ProtoMessage ¶
func (*ETHCoinInitRequest) ProtoMessage()
func (*ETHCoinInitRequest) Reset ¶
func (m *ETHCoinInitRequest) Reset()
func (*ETHCoinInitRequest) String ¶
func (m *ETHCoinInitRequest) String() string
func (*ETHCoinInitRequest) XXX_DiscardUnknown ¶
func (m *ETHCoinInitRequest) XXX_DiscardUnknown()
func (*ETHCoinInitRequest) XXX_Marshal ¶
func (m *ETHCoinInitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ETHCoinInitRequest) XXX_Merge ¶
func (dst *ETHCoinInitRequest) XXX_Merge(src proto.Message)
func (*ETHCoinInitRequest) XXX_Size ¶
func (m *ETHCoinInitRequest) XXX_Size() int
func (*ETHCoinInitRequest) XXX_Unmarshal ¶
func (m *ETHCoinInitRequest) XXX_Unmarshal(b []byte) error
type ETHCoinMintToGatewayRequest ¶
type ETHCoinMintToGatewayRequest struct { Amount *types.BigUInt `protobuf:"bytes,1,opt,name=amount" json:"amount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ETHCoinMintToGatewayRequest) Descriptor ¶
func (*ETHCoinMintToGatewayRequest) Descriptor() ([]byte, []int)
func (*ETHCoinMintToGatewayRequest) GetAmount ¶
func (m *ETHCoinMintToGatewayRequest) GetAmount() *types.BigUInt
func (*ETHCoinMintToGatewayRequest) ProtoMessage ¶
func (*ETHCoinMintToGatewayRequest) ProtoMessage()
func (*ETHCoinMintToGatewayRequest) Reset ¶
func (m *ETHCoinMintToGatewayRequest) Reset()
func (*ETHCoinMintToGatewayRequest) String ¶
func (m *ETHCoinMintToGatewayRequest) String() string
func (*ETHCoinMintToGatewayRequest) XXX_DiscardUnknown ¶
func (m *ETHCoinMintToGatewayRequest) XXX_DiscardUnknown()
func (*ETHCoinMintToGatewayRequest) XXX_Marshal ¶
func (m *ETHCoinMintToGatewayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ETHCoinMintToGatewayRequest) XXX_Merge ¶
func (dst *ETHCoinMintToGatewayRequest) XXX_Merge(src proto.Message)
func (*ETHCoinMintToGatewayRequest) XXX_Size ¶
func (m *ETHCoinMintToGatewayRequest) XXX_Size() int
func (*ETHCoinMintToGatewayRequest) XXX_Unmarshal ¶
func (m *ETHCoinMintToGatewayRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.