Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepositAddress ¶
type DepositAddress struct { Addr string `json:"addr"` Tag string `json:"tag,omitempty"` Memo string `json:"memo,omitempty"` PmtID string `json:"pmtId,omitempty"` Ccy string `json:"ccy"` Chain string `json:"chain"` CtAddr string `json:"ctAddr"` Selected bool `json:"selected"` To okex.AccountType `json:"to,string"` TS okex.JSONTime `json:"ts"` }
type DepositHistory ¶
type PiggyBank ¶
type PiggyBank struct { Ccy string `json:"ccy"` Amt okex.JSONFloat64 `json:"amt"` Side okex.ActionType `json:"side,string"` }
type PiggyBankBalance ¶
type PiggyBankBalance struct { Ccy string `json:"ccy"` Amt okex.JSONFloat64 `json:"amt"` Earnings okex.JSONFloat64 `json:"earnings"` }
type Withdrawal ¶
type WithdrawalHistory ¶
type WithdrawalHistory struct { Ccy string `json:"ccy"` Chain string `json:"chain"` TxID string `json:"txId"` From string `json:"from"` To string `json:"to"` Tag string `json:"tag,omitempty"` PmtID string `json:"pmtId,omitempty"` Memo string `json:"memo,omitempty"` Amt okex.JSONFloat64 `json:"amt"` Fee okex.JSONFloat64 `json:"fee"` WdID okex.JSONInt64 `json:"wdId"` State okex.WithdrawalState `json:"state,string"` TS okex.JSONTime `json:"ts"` }
Click to show internal directories.
Click to hide internal directories.