All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
Account |
Record containing account details.
|
AccountCallback |
Callback interface used by methods in User class.
|
AccountCryptoProperties |
Record containing account's crypto related properties.
|
AccountDataListener |
Callback interface used to listen for account data changes in User class.
|
AccountDataListener.CppProxy |
|
AccountDataSnapshot |
Record containing account data snapshot.
|
AccountFiatProperties |
Record containing account's fiat related properties.
|
AccountFiatPropertiesCallback |
Callback interface used by methods in User class.
|
AccountType |
Account type, 'STANDARD', 'COMPATIBILITY' or 'SEGWIT'.
|
Address |
Record describing user address details
|
APIConnectionException |
An exception that represents a failure to connect to ZumoKit's API.
|
APIException |
An exception that represents an internal problem with ZumoKit's servers.
|
AuthenticationConfig |
Record containing Strong Customer Authentication (SCA) config
|
AuthenticationConfigCallback |
Callback interface used by methods in ZumoKit class
|
AuthenticationException |
An exception that represents failure to authenticate with ZumoKit's API.
|
Card |
Record containing basic card details.
|
CardCallback |
Callback interface used by methods in User class.
|
CardDetails |
Record containing sensitive card details.
|
CardDetailsCallback |
Callback interface used by methods in User class.
|
CardStatus |
Card status, for example 'ACTIVE'.
|
CardType |
Card type, 'VIRTUAL' or 'PHYSICAL'.
|
ChangeListener |
Callback interface used to listen for changes in ZumoKit class.
|
ChangeListener.CppProxy |
|
ComposedExchange |
Record containing result of the compose exchange method on Wallet object.
|
ComposedTransaction |
Record containing result of one of the transaction compose methods on Wallet object.
|
ComposeExchangeCallback |
Callback interface used by methods in Wallet class.
|
ComposeTransactionCallback |
Callback interface used by methods in Wallet class.
|
CurrencyCode |
Currency code, for example 'GBP'.
|
CurrencyType |
Curency type, 'FIAT' or 'CRYPTO'.
|
CustodyOrder |
Record containing custody order.
|
CustodyOrderStatus |
Custody order status, for example 'PENDING'.
|
CustodyOrderType |
Custody order type, 'DEPOSIT' or 'WITHDRAW'.
|
CustodyType |
Account custody type, 'CUSTODY' or 'NON-CUSTODY'.
|
DefaultHttpProvider |
|
DefaultWebSocket |
|
DefaultWebSocketFactory |
|
Exchange |
Record containing exchange details.
|
ExchangeRate |
Record containing Zumo exchange rates for information purposes only.
|
ExchangeSide |
Exchange side, 'BUY' or 'SELL'.
|
ExchangeStatus |
Exchange status, for example 'PENDING'.
|
FuzzingBackOffGenerator |
Simple fibonacci back off with fuzzing.
|
FuzzingBackOffGenerator.BackOffParameters |
|
HistoricalExchangeRatesCallback |
Callback interface used by methods in ZumoKit class
|
HttpCallback |
|
HttpCallback.CppProxy |
|
HttpProvider |
|
HttpProvider.CppProxy |
|
InternalTransaction |
Record containing internal transaction details.
|
InvalidArgumentException |
An exception indicating that one or more of the arguments failed to validate on client-side,
for example when a destination address is invalid.
|
InvalidRequestException |
An exception indicating that invalid parameters were used in a request.
|
KbaAnswer |
Record containing Knowledge-Based Authentication (KBA) answer.
|
KbaQuestion |
Record containing Knowledge-Based Authentication (KBA) question
|
LogListener |
Log interface used to listen for debug information in ZumoKit class.
|
LogListener.CppProxy |
|
MnemonicCallback |
Callback interface used by methods in User class.
|
NetworkType |
Network type, for example 'MAINNET'.
|
PinCallback |
Callback interface used by methods in User class.
|
Quote |
Record containing Zumo exchange rate quote used in making exchanges.
|
RateLimitException |
An exception indicating that too many requests have hit the API too quickly.
|
StringifiedJsonCallback |
Callback used by methods in User class..
|
SubmitExchangeCallback |
Callback interface used by methods in Wallet class.
|
SubmitTransactionCallback |
Callback interface used by methods in Wallet class.
|
SuccessCallback |
Callback interface used by methods in User class.
|
TimeInterval |
Time intervals, for example 'hour'.
|
Transaction |
Record containing transaction details.
|
TransactionAmount |
Record containing transaction amount details.
|
TransactionCardProperties |
Record containing properties associated with a card transaction.
|
TransactionCryptoProperties |
Record containing transaction's crypto properties.
|
TransactionDirection |
Transaction direction, 'SENT' or 'RECEIVED'.
|
TransactionFeeRate |
Record containing crypto transaction fee rate
|
TransactionFiatProperties |
Record containing transaction's fiat properties.
|
TransactionStatus |
Transaction status, for example 'PENDING'.
|
TransactionType |
Transaction type, 'CUSTODY', 'CUSTODY-DEPOSIT', 'CUSTODY-WITHDRAW', 'CRYPTO', 'FIAT', 'NOMINATED' or 'CARD'.
|
User |
User class provides methods for managing user wallet and accounts.
|
User.CppProxy |
|
UserCallback |
Callback interface used by methods in ZumoKit class
|
Utils |
Utility class providing blockchain related utility methods.
|
Utils.CppProxy |
|
Wallet |
User wallet provides methods for transfer and exchange of fiat and cryptocurrency funds.
|
Wallet.CppProxy |
|
WalletCallback |
Callback interface used by methods in User class.
|
WalletException |
An exception indicating that there is a problem with the wallet used for a request.
|
WebSocket |
|
WebSocket.CppProxy |
|
WebSocketFactory |
|
WebSocketFactory.CppProxy |
|
WebSocketListener |
|
WebSocketListener.CppProxy |
|
ZumoCore |
Entry point to ZumoKit C++ SDK
|
ZumoCore.CppProxy |
|
ZumoKit |
Entry point to ZumoKit Android SDK.
|
ZumoKitErrorCode |
The code of error returned.
|
ZumoKitErrorType |
The type of error returned.
|
ZumoKitException |
A base class for ZumoKit-related exceptions.
|