Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendRequest ¶
type SendRequest struct { DestinationAddress sdk.AccAddress `json:"address"` FromAddress sdk.AccAddress `json:"from"` Amount sdk.Dec `json:"amount"` TerraChainID string `json:"terraChainID"` AllowHigherAmounts bool `json:"allowHigherAmounts"` }
SendRequest represents a request to transfer Terra coins.
Click to show internal directories.
Click to hide internal directories.