Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deposit ¶
type Deposit struct { Address string `json:"address"` Amount clienttypes.Coins `json:"amount"` }
func NewDepositFromRaw ¶
func NewDepositFromRaw(v *deposittypes.Deposit) Deposit
type Deposits ¶
type Deposits []Deposit
func NewDepositsFromRaw ¶
func NewDepositsFromRaw(v deposittypes.Deposits) Deposits
Click to show internal directories.
Click to hide internal directories.