Skip to main content

Methods

MethodParametersReturnsNotes
GetWallets()List<WalletItem>
GetWalletForCurrencyWithCode(code)stringWalletItem?
GetWalletForCurrencyWithId(id)stringWalletItem?
GetWallet(currency)CurrencyWalletItem?
GetCurrencies()List<Currency>
GetCurrencyByCode(code)stringCurrency?
GetCurrencyById(id)stringCurrency?
Refresh()void
AddListener(listener)Actionvoid
RemoveListener(listener)Actionvoid

WalletItem

FieldTypeNotes
Idstring
BalancestringString to support large values
CurrencyCurrency

Currency

FieldTypeNotes
Idstring
Namestring
Codestringe.g. "GOLD"