Documentation ¶
Index ¶
Constants ¶
View Source
const (
APIPath string = "/v1/me/getaddresses"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { Type DepositType `json:"type"` CurrencyCode types.CurrencyCode `json:"currency_code"` Address string `json:"address"` }
type DepositType ¶
type DepositType string
Click to show internal directories.
Click to hide internal directories.