Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWithdrawableAccounts ¶
Types ¶
type AccountNameRes ¶
type AccountNameRes struct {
Name string `json:"name"`
Type blockchains.Type `json:"type"`
Currency currency.Type `json:"currency"`
}
type GetWithdrawableAccountsRes ¶
type GetWithdrawableAccountsRes struct {
Accounts []AccountNameRes `json:"accounts"`
}
Click to show internal directories.
Click to hide internal directories.