Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TransferTxReq ¶
type TransferTxReq struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Amount sdk.Coins `json:"amount" yaml:"amount"` Receiver string `json:"receiver" yaml:"receiver"` TimeoutHeight uint64 `json:"timeout_height" yaml:"timeout_height"` TimeoutTimestamp uint64 `json:"timeout_timestamp" yaml:"timeout_timestamp"` }
TransferTxReq defines the properties of a transfer tx request's body.
Click to show internal directories.
Click to hide internal directories.