A B C D E F G H I K L M N O P Q R S T U V W Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Account - Class in money.zumo.zumokit
-
Record containing account details.
- Account(String, String, String, String, String, BigDecimal, boolean, AccountCryptoProperties, AccountFiatProperties, ArrayList<Card>) - Constructor for class money.zumo.zumokit.Account
- ACCOUNT_LIMIT_EXCEEDED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
New account could not be created.
- ACCOUNT_NOT_FOUND - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Requested account not found.
- AccountCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - AccountCryptoProperties - Class in money.zumo.zumokit
-
Record containing account's crypto related properties.
- AccountCryptoProperties(String, String, Integer) - Constructor for class money.zumo.zumokit.AccountCryptoProperties
- AccountDataListener - Interface in money.zumo.zumokit
-
Callback interface used to listen for account data changes in
User
class. - AccountDataListener.CppProxy - Class in money.zumo.zumokit
- AccountDataSnapshot - Class in money.zumo.zumokit
-
Record containing account data snapshot.
- AccountDataSnapshot(Account, ArrayList<Transaction>) - Constructor for class money.zumo.zumokit.AccountDataSnapshot
- AccountFiatProperties - Class in money.zumo.zumokit
-
Record containing account's fiat related properties.
- AccountFiatProperties(String, String, String, String, String, String) - Constructor for class money.zumo.zumokit.AccountFiatProperties
- AccountFiatPropertiesCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - AccountType - Class in money.zumo.zumokit
-
Account type, 'STANDARD', 'COMPATIBILITY' or 'SEGWIT'.
- AccountType() - Constructor for class money.zumo.zumokit.AccountType
- ACTIVE - Static variable in class money.zumo.zumokit.CardStatus
- addAccountDataListener(AccountDataListener) - Method in interface money.zumo.zumokit.User
-
Listen to all account data changes.
- addAccountDataListener(AccountDataListener) - Method in class money.zumo.zumokit.User.CppProxy
- addChangeListener(ChangeListener) - Method in interface money.zumo.zumokit.ZumoCore
-
Listen to changes in current user’s sign in state, exchange settings and transaction fee rates.
- addChangeListener(ChangeListener) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- addChangeListener(ChangeListener) - Method in class money.zumo.zumokit.ZumoKit
-
Listen to changes in current user’s sign in state, exchange rates, exchange settings or transaction fee rates.
- Address - Class in money.zumo.zumokit
-
Record describing user address details
- Address(String, String, String, String, String, String) - Constructor for class money.zumo.zumokit.Address
- ALREADY_FIAT_CUSTOMER - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Could not make user fiat customer.
- AMOUNT_NOT_SET - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Amount not set.
- AMOUNT_PROVIDED_WHEN_SEND_MAX_SET - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Cannot set amount when send max enabled.
- API_CONNECTION_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Failure to connect to ZumoKit’s API.
- API_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Default error if something goes wrong on our side.
- API_SERVICE_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid response received from ZumoKit API.
- APIConnectionException - Exception in money.zumo.zumokit.exceptions
-
An exception that represents a failure to connect to ZumoKit's API.
- APIConnectionException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.APIConnectionException
- APIException - Exception in money.zumo.zumokit.exceptions
-
An exception that represents an internal problem with ZumoKit's servers.
- APIException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.APIException
- AUTHENTICATION_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Failed to authenticate with ZumoKit's API.
- AuthenticationConfig - Class in money.zumo.zumokit
-
Record containing Strong Customer Authentication (SCA) config
- AuthenticationConfig(ArrayList<KbaQuestion>) - Constructor for class money.zumo.zumokit.AuthenticationConfig
- AuthenticationConfigCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
ZumoKit
class - AuthenticationException - Exception in money.zumo.zumokit.exceptions
-
An exception that represents failure to authenticate with ZumoKit's API.
- AuthenticationException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.AuthenticationException
- AUTHORISED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Card transaction was authorised.
B
- BLOCKED - Static variable in class money.zumo.zumokit.CardStatus
- BSV - Static variable in class money.zumo.zumokit.CurrencyCode
- BTC - Static variable in class money.zumo.zumokit.CurrencyCode
C
- CANCELLED - Static variable in class money.zumo.zumokit.CardStatus
- CANCELLED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Ethereum transaction was overriden by a different transaction with higher gas price than the previously submitted transaction and with with the same nonce as that previously submitted transaction.
- Card - Class in money.zumo.zumokit
-
Record containing basic card details.
- Card(String, String, String, String, int, String, String, boolean) - Constructor for class money.zumo.zumokit.Card
- CARD - Static variable in class money.zumo.zumokit.TransactionType
- CARD_NOT_FOUND - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Requested card not found.
- CARD_SERVICE_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid response received from ZumoKit Card Service API.
- CardCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - CardDetails - Class in money.zumo.zumokit
-
Record containing sensitive card details.
- CardDetails(String, String) - Constructor for class money.zumo.zumokit.CardDetails
- CardDetailsCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - CardStatus - Class in money.zumo.zumokit
-
Card status, for example 'ACTIVE'.
- CardStatus() - Constructor for class money.zumo.zumokit.CardStatus
- CardType - Class in money.zumo.zumokit
-
Card type, 'VIRTUAL' or 'PHYSICAL'.
- CardType() - Constructor for class money.zumo.zumokit.CardType
- CHANGE_ACCOUNT_NOT_FOUND - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Requested change account not found.
- CHANGE_INDEX_OUT_OF_RANGE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Change output index out of range.
- ChangeListener - Interface in money.zumo.zumokit
-
Callback interface used to listen for changes in
ZumoKit
class. - ChangeListener.CppProxy - Class in money.zumo.zumokit
- COMPATIBILITY - Static variable in class money.zumo.zumokit.AccountType
-
Corresponds to compatibilty Bitcoin account P2WPKH-nested-in-P2SH.
- ComposedExchange - Class in money.zumo.zumokit
-
Record containing result of the compose exchange method on
Wallet
object. - ComposedExchange(String, Account, Account, Quote, ExchangeSetting, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String) - Constructor for class money.zumo.zumokit.ComposedExchange
- ComposedTransaction - Class in money.zumo.zumokit
-
Record containing result of one of the transaction compose methods on
Wallet
object. - ComposedTransaction(String, String, Account, String, BigDecimal, String, BigDecimal, String) - Constructor for class money.zumo.zumokit.ComposedTransaction
- composeEthTransaction(String, BigDecimal, int, String, BigDecimal, String, Integer, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose Ethereum transaction asynchronously.
- composeEthTransaction(String, BigDecimal, int, String, BigDecimal, String, Integer, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- composeExchange(String, String, BigDecimal, boolean, ComposeExchangeCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose Bitcoin transaction asynchronously.
- composeExchange(String, String, BigDecimal, boolean, ComposeExchangeCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- ComposeExchangeCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - composeInternalFiatTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose fiat transaction between users in Zumo ecosystem asynchronously.
- composeInternalFiatTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- composeTransaction(String, String, String, BigDecimal, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose BTC or BSV transaction asynchronously.
- composeTransaction(String, String, String, BigDecimal, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- ComposeTransactionCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - composeTransactionToNominatedAccount(String, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose transaction to nominated account asynchronously.
- composeTransactionToNominatedAccount(String, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- CONFIRMED - Static variable in class money.zumo.zumokit.ExchangeStatus
-
Exchange was confirmed.
- CONFIRMED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transacion was confirmed and added to blockchain.
- connect() - Method in interface money.zumo.zumokit.WebSocket
- connect() - Method in class money.zumo.zumokit.WebSocket.CppProxy
- createCard(String, String, String, ArrayList<KbaAnswer>, CardCallback) - Method in class money.zumo.zumokit.User.CppProxy
- createCard(String, String, String, ArrayList<KbaAnswer>, CardCallback) - Method in interface money.zumo.zumokit.User
-
Create card for a fiat account.
- CREATED - Static variable in class money.zumo.zumokit.CardStatus
- createFiatAccount(String, String, AccountCallback) - Method in class money.zumo.zumokit.User.CppProxy
- createFiatAccount(String, String, AccountCallback) - Method in interface money.zumo.zumokit.User
-
Create fiat account on specified network and currency code.
- createWallet(String, String, WalletCallback) - Method in class money.zumo.zumokit.User.CppProxy
- createWallet(String, String, WalletCallback) - Method in interface money.zumo.zumokit.User
-
Create user wallet seeded by provided mnemonic and encrypted with user's password.
- createWebSocket(String) - Method in class money.zumo.zumokit.DefaultWebSocketFactory
- createWebSocket(String) - Method in class money.zumo.zumokit.WebSocketFactory.CppProxy
- createWebSocket(String) - Method in interface money.zumo.zumokit.WebSocketFactory
- CRYPTO - Static variable in class money.zumo.zumokit.CurrencyType
- CRYPTO - Static variable in class money.zumo.zumokit.TransactionType
- CURRENCY_NOT_SUPPORTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Currency not supported.
- CurrencyCode - Class in money.zumo.zumokit
-
Currency code, for example 'GBP'.
- CurrencyCode() - Constructor for class money.zumo.zumokit.CurrencyCode
- CurrencyType - Class in money.zumo.zumokit
-
Curency type, 'FIAT' or 'CRYPTO'.
- CurrencyType() - Constructor for class money.zumo.zumokit.CurrencyType
D
- DATA_OVERFLOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Transaction data overflow.
- DATA_PROVIDED_WHEN_SEND_MAX_SET - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Cannot set data when send max enabled.
- DAY - Static variable in class money.zumo.zumokit.TimeInterval
- DefaultHttpProvider - Class in money.zumo.zumokit
- DefaultHttpProvider() - Constructor for class money.zumo.zumokit.DefaultHttpProvider
- DefaultWebSocket - Class in money.zumo.zumokit
- DefaultWebSocket(URI) - Constructor for class money.zumo.zumokit.DefaultWebSocket
- DefaultWebSocketFactory - Class in money.zumo.zumokit
- DefaultWebSocketFactory() - Constructor for class money.zumo.zumokit.DefaultWebSocketFactory
- DESTINATION_PROVIDED_WHEN_WITHDRAW_SET - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Destination cannot be set when withdrawing funds to nominated account.
E
- equals(Object) - Method in class money.zumo.zumokit.Account
- equals(Object) - Method in class money.zumo.zumokit.AccountCryptoProperties
- equals(Object) - Method in class money.zumo.zumokit.AccountDataSnapshot
- equals(Object) - Method in class money.zumo.zumokit.AccountFiatProperties
- equals(Object) - Method in class money.zumo.zumokit.Address
- equals(Object) - Method in class money.zumo.zumokit.AuthenticationConfig
- equals(Object) - Method in class money.zumo.zumokit.Card
- equals(Object) - Method in class money.zumo.zumokit.CardDetails
- equals(Object) - Method in class money.zumo.zumokit.ComposedExchange
- equals(Object) - Method in class money.zumo.zumokit.ComposedTransaction
- equals(Object) - Method in class money.zumo.zumokit.Exchange
- equals(Object) - Method in class money.zumo.zumokit.ExchangeRate
- equals(Object) - Method in class money.zumo.zumokit.ExchangeSetting
- equals(Object) - Method in class money.zumo.zumokit.KbaAnswer
- equals(Object) - Method in class money.zumo.zumokit.KbaQuestion
- equals(Object) - Method in class money.zumo.zumokit.Quote
- equals(Object) - Method in class money.zumo.zumokit.Transaction
- equals(Object) - Method in class money.zumo.zumokit.TransactionCardProperties
- equals(Object) - Method in class money.zumo.zumokit.TransactionCryptoProperties
- equals(Object) - Method in class money.zumo.zumokit.TransactionFeeRate
- equals(Object) - Method in class money.zumo.zumokit.TransactionFiatProperties
- ETH - Static variable in class money.zumo.zumokit.CurrencyCode
- ETHEREUM_TRANSACTION_DATA_NOT_SUPPORTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Ethereum transaction data is not supported yet.
- EUR - Static variable in class money.zumo.zumokit.CurrencyCode
- Exchange - Class in money.zumo.zumokit
-
Record containing exchange details.
- Exchange(String, String, String, String, String, String, String, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, Quote, ExchangeSetting, HashMap<String, HashMap<String, ExchangeRate>>, String, Integer, Integer) - Constructor for class money.zumo.zumokit.Exchange
- EXCHANGE_AMOUNT_TOO_LOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Exchange amount too low.
- EXCHANGE_PAIR_NOT_SUPPORTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Exchange pair not supported.
- EXCHANGE_RETURN_VALUE_NEGATIVE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Exchange amount too low.
- ExchangeRate - Class in money.zumo.zumokit
-
Record containing Zumo exchange rates for information purposes only.
- ExchangeRate(String, String, String, BigDecimal, int) - Constructor for class money.zumo.zumokit.ExchangeRate
- ExchangeSetting - Class in money.zumo.zumokit
-
Record containing Zumo exchange setting used in making exchanges.
- ExchangeSetting(String, HashMap<String, String>, String, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class money.zumo.zumokit.ExchangeSetting
- ExchangeStatus - Class in money.zumo.zumokit
-
Exchange status, for example 'PENDING'.
- ExchangeStatus() - Constructor for class money.zumo.zumokit.ExchangeStatus
- EXPIRED - Static variable in class money.zumo.zumokit.CardStatus
F
- FAILED - Static variable in class money.zumo.zumokit.ExchangeStatus
-
Exchange has failed.
- FAILED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transaction failed.
- fetchAuthenticationConfig(AuthenticationConfigCallback) - Method in class money.zumo.zumokit.User.CppProxy
- fetchAuthenticationConfig(AuthenticationConfigCallback) - Method in interface money.zumo.zumokit.User
-
Fetch Strong Customer Authentication (SCA) config.
- fetchHistoricalExchangeRates(HistoricalExchangeRatesCallback) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- fetchHistoricalExchangeRates(HistoricalExchangeRatesCallback) - Method in interface money.zumo.zumokit.ZumoCore
-
Fetch historical exchange rates for supported time intervals.
- fetchHistoricalExchangeRates(HistoricalExchangeRatesCallback) - Method in class money.zumo.zumokit.ZumoKit
-
Fetch historical exchange rates for supported time intervals.
- FIAT - Static variable in class money.zumo.zumokit.CurrencyType
- FIAT - Static variable in class money.zumo.zumokit.TransactionType
- FIAT_ACCOUNT_EXPECTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid account provided.
- FROZEN - Static variable in class money.zumo.zumokit.CardStatus
- FuzzingBackOffGenerator - Class in money.zumo.zumokit
-
Simple fibonacci back off with fuzzing.
- FuzzingBackOffGenerator(int, int, double) - Constructor for class money.zumo.zumokit.FuzzingBackOffGenerator
- FuzzingBackOffGenerator.BackOffParameters - Class in money.zumo.zumokit
G
- GAS_OVERFLOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Gas too long.
- GAS_TOO_LOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Gas too low.
- GBP - Static variable in class money.zumo.zumokit.CurrencyCode
- generateMnemonic(int) - Method in class money.zumo.zumokit.Utils.CppProxy
- generateMnemonic(int) - Method in interface money.zumo.zumokit.Utils
-
Generates mnemonic seed phrase used in wallet creation process.
- getAccount() - Method in class money.zumo.zumokit.AccountDataSnapshot
-
Account.
- getAccount() - Method in class money.zumo.zumokit.ComposedTransaction
-
Account the composed transaction belongs to.
- getAccount(String, String, String) - Method in class money.zumo.zumokit.User.CppProxy
- getAccount(String, String, String) - Method in interface money.zumo.zumokit.User
-
Get account in specific currency, on specific network, with specific type.
- getAccountId() - Method in class money.zumo.zumokit.Card
-
Associated account's identifier.
- getAccountNumber() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account number or null.
- getAccounts() - Method in class money.zumo.zumokit.User.CppProxy
- getAccounts() - Method in interface money.zumo.zumokit.User
-
Get all user accounts.
- getAddress() - Method in class money.zumo.zumokit.AccountCryptoProperties
-
Account crypto address.
- getAddressLine1() - Method in class money.zumo.zumokit.Address
-
First line of address.
- getAddressLine2() - Method in class money.zumo.zumokit.Address
-
Second line of address or null.
- getAmount() - Method in class money.zumo.zumokit.ComposedExchange
-
Exchange amount in source account currency.
- getAmount() - Method in class money.zumo.zumokit.ComposedTransaction
-
Transaction amount in account currency.
- getAmount() - Method in class money.zumo.zumokit.Exchange
-
Amount in deposit currency.
- getAmount() - Method in class money.zumo.zumokit.Transaction
-
Amount in transaction currency or null if transaction is Ethereum contract deploy.
- getAnswer() - Method in class money.zumo.zumokit.KbaAnswer
-
KBA answer, e.g.
- getAverage() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Fee rate resulting in average confirmation time.
- getAverageTime() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Average confirmation time in hours.
- getBalance() - Method in class money.zumo.zumokit.Account
-
Account balance.
- getBic() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account BIC or null.
- getBillingAmount() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Billing amount.
- getBillingCurrency() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Billing currency code.
- getCardId() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Card identifier.
- getCardProperties() - Method in class money.zumo.zumokit.Transaction
-
Card properties if it is a card transaction, null otherwise.
- getCards() - Method in class money.zumo.zumokit.Account
-
Cards associated with this account.
- getCardStatus() - Method in class money.zumo.zumokit.Card
-
Current card status.
- getCardType() - Method in class money.zumo.zumokit.Card
-
Card type.
- getConfirmedAt() - Method in class money.zumo.zumokit.Exchange
-
Epoch timestamp when transaction was confirmed or null if not yet confirmed.
- getConfirmedAt() - Method in class money.zumo.zumokit.Transaction
-
Epoch timestamp when transaction was submitted or null if transaction was not confirmed yet.
- getCountry() - Method in class money.zumo.zumokit.Address
-
Country code in ISO 3166-1 Alpha-2 format, e.g.
- getCryptoProperties() - Method in class money.zumo.zumokit.Account
-
Account crypto properties if account is a crypto account, otherwise null.
- getCryptoProperties() - Method in class money.zumo.zumokit.Transaction
-
Crypto properties if it is a crypto transaction, null otherwise.
- getCurrencyCode() - Method in class money.zumo.zumokit.Account
-
Account currency code.
- getCurrencyCode() - Method in class money.zumo.zumokit.Transaction
-
Currency code.
- getCurrencyType() - Method in class money.zumo.zumokit.Account
-
Account currency type.
- getCurrentUser() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getCurrentUser() - Method in interface money.zumo.zumokit.ZumoCore
-
Get currently signed-in user or null.
- getCurrentUser() - Method in class money.zumo.zumokit.ZumoKit
-
Get currently signed-in user or null.
- getCustomerName() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Customer name or null.
- getCvv2() - Method in class money.zumo.zumokit.CardDetails
-
Card CVV2, e.g.
- getData() - Method in class money.zumo.zumokit.ComposedTransaction
-
Optional transaction data if available.
- getData() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Transaction data or null.
- getDepositAmount() - Method in class money.zumo.zumokit.Quote
-
Deposit amount to be exchanged to target currency.
- getDestination() - Method in class money.zumo.zumokit.ComposedTransaction
-
Transaction destination, i.e.
- getDirection() - Method in class money.zumo.zumokit.Transaction
-
Transaction direction relative to
AccountDataSnapshot
. - getErrorCode() - Method in exception money.zumo.zumokit.exceptions.ZumoKitException
-
In case an error could be handled programmatically in addition to error type error code is returned.
- getErrorType() - Method in exception money.zumo.zumokit.exceptions.ZumoKitException
-
Error type, such as api_connection_error, api_error, wallet_error etc.
- getExchange() - Method in class money.zumo.zumokit.Transaction
-
Exchange properties if it is a transaction associated with an exchange, null otherwise.
- getExchangeAddress() - Method in class money.zumo.zumokit.ComposedExchange
-
Zumo Exchange Service wallet address where outgoing crypto funds were deposited, null for exchanges from fiat currencies.
- getExchangeAddress() - Method in class money.zumo.zumokit.ExchangeSetting
-
Mapping between networks and Zumo Exchange addresses.
- getExchangeFee() - Method in class money.zumo.zumokit.ComposedExchange
-
Exchange fee, calculated as
value X quote.value X exchangeFeeRate
. - getExchangeFee() - Method in class money.zumo.zumokit.Exchange
-
Exchange fee, calculated as
amount X quote.value X exchangeFeeRate
. - getExchangeFeeRate() - Method in class money.zumo.zumokit.ExchangeSetting
-
Exchange fee rate that will be charged once currency is exchanged.
- getExchangeRate(String, String) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getExchangeRate(String, String) - Method in interface money.zumo.zumokit.ZumoCore
-
Get exchange rate for selected currency pair.
- getExchangeRate(String, String) - Method in class money.zumo.zumokit.ZumoKit
-
Get exchange rate for selected currency pair.
- getExchangeRates() - Method in class money.zumo.zumokit.Exchange
-
Exchange rates at the time exchange was made.
- getExchangeRates() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getExchangeRates() - Method in interface money.zumo.zumokit.ZumoCore
-
Get all available exchange rates.
- getExchangeRates() - Method in class money.zumo.zumokit.ZumoKit
-
Get all available exchange rates.
- getExchangeRateValue() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Exchange rate applied to any conversion between transaction & billing amount rounded to 6 decimal places.
- getExchangeSetting() - Method in class money.zumo.zumokit.ComposedExchange
-
Exchange setting used when composing exchange.
- getExchangeSetting() - Method in class money.zumo.zumokit.Exchange
-
Exchange setting used.
- getExchangeSetting(String, String) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getExchangeSetting(String, String) - Method in interface money.zumo.zumokit.ZumoCore
-
Get exchange setting for selected currency pair.
- getExchangeSetting(String, String) - Method in class money.zumo.zumokit.ZumoKit
-
Get exchange setting for selected currency pair.
- getExchangeSettings() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getExchangeSettings() - Method in interface money.zumo.zumokit.ZumoCore
-
Get all available exchange settings.
- getExchangeSettings() - Method in class money.zumo.zumokit.ZumoKit
-
Get all available exchange settings.
- getExpiresIn() - Method in class money.zumo.zumokit.Quote
-
Seconds until expiration time for active quotes, null for historical quotes.
- getExpireTime() - Method in class money.zumo.zumokit.Quote
-
Epoch timestamp representing expiration time of this quote.
- getExpiry() - Method in class money.zumo.zumokit.Card
-
Card year and month of expiry, e.g.
- getFast() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Fee rate resulting in fast confirmation time.
- getFastTime() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Fast confirmation time in hours.
- getFee() - Method in class money.zumo.zumokit.ComposedTransaction
-
Maximum transaction fee.
- getFee() - Method in class money.zumo.zumokit.Transaction
-
Transaction fee in transaction currency or null, if not yet available.
- getFiatAmount() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Amount in fiat currencies at the time of the transaction submission.
- getFiatFee() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Fee in fiat currencies at the time of the transaction submission.
- getFiatProperties() - Method in class money.zumo.zumokit.Account
-
Account fiat properties if account is a fiat account, otherwise null.
- getFiatProperties() - Method in class money.zumo.zumokit.Transaction
-
Fiat properties if it is a fiat transaction, null otherwise.
- getFromAccount() - Method in class money.zumo.zumokit.ComposedExchange
-
Source account.
- getFromAccountId() - Method in class money.zumo.zumokit.Exchange
-
Source
Account
identifier. - getFromAccountId() - Method in class money.zumo.zumokit.Transaction
-
Sender account identifier if it is internal transaction or null otherwise.
- getFromAddress() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Wallet address of sender,
- getFromCurrency() - Method in class money.zumo.zumokit.Exchange
-
Currency from which exchange was made.
- getFromCurrency() - Method in class money.zumo.zumokit.ExchangeRate
-
Deposit currency.
- getFromCurrency() - Method in class money.zumo.zumokit.ExchangeSetting
-
Currency code of outgoing transaction.
- getFromCurrency() - Method in class money.zumo.zumokit.Quote
-
Deposit currency.
- getFromFiatAccount() - Method in class money.zumo.zumokit.TransactionFiatProperties
-
Sender fiat account properties.
- getFromUserId() - Method in class money.zumo.zumokit.Transaction
-
Sender integrator user identifier or null if it is external user.
- getGasLimit() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Ethereum gas limit if it is Ethereum transaction, otherwise null.
- getGasPrice() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Ethereum gas price if it is Ethereum transaction, otherwise null.
- getHasNominatedAccount() - Method in class money.zumo.zumokit.Account
-
Account has associated nominated account.
- getHouseNumber() - Method in class money.zumo.zumokit.Address
-
House number.
- getIban() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account IBAN or null.
- getId() - Method in class money.zumo.zumokit.Account
-
Unique account identifier.
- getId() - Method in class money.zumo.zumokit.Card
-
Unique card identifier.
- getId() - Method in class money.zumo.zumokit.Exchange
-
Identifier
- getId() - Method in class money.zumo.zumokit.ExchangeRate
-
Identifier.
- getId() - Method in class money.zumo.zumokit.ExchangeSetting
-
Identifier.
- getId() - Method in class money.zumo.zumokit.Quote
-
Identifier.
- getId() - Method in class money.zumo.zumokit.Transaction
-
Identifier.
- getId() - Method in class money.zumo.zumokit.User.CppProxy
- getId() - Method in interface money.zumo.zumokit.User
-
Get user id.
- getKnowledgeBase() - Method in class money.zumo.zumokit.AuthenticationConfig
-
Knowledge-Based Authentication (KBA) questions.
- getLimit() - Method in class money.zumo.zumokit.Card
-
Current card limit.
- getMaskedPan() - Method in class money.zumo.zumokit.Card
-
Card masked pan, e.g **** **** **** 5454.
- getMcc() - Method in class money.zumo.zumokit.TransactionCardProperties
-
The Merchant Category Code (MCC) for the card activity in ISO-18245 format if available.
- getMerchantCountry() - Method in class money.zumo.zumokit.TransactionCardProperties
-
The 3 letter ISO 3166 merchant country code if available.
- getMerchantName() - Method in class money.zumo.zumokit.TransactionCardProperties
-
The merchant name if available.
- getMetadata() - Method in class money.zumo.zumokit.Transaction
-
Transaction metadata if exists, null otherwise.
- getMinExchangeAmount() - Method in class money.zumo.zumokit.ExchangeSetting
-
Minimum amount that can be exchanged in outgoing transaction currency.
- getNetwork() - Method in class money.zumo.zumokit.Account
-
Account network type.
- getNetwork() - Method in class money.zumo.zumokit.Transaction
-
Network type.
- getNominatedAccountFiatProperties(String, AccountFiatPropertiesCallback) - Method in class money.zumo.zumokit.User.CppProxy
- getNominatedAccountFiatProperties(String, AccountFiatPropertiesCallback) - Method in interface money.zumo.zumokit.User
-
Get nominated account details for specified account if it exists.
- getNonce() - Method in class money.zumo.zumokit.AccountCryptoProperties
-
Ethereum account nonce if greater than 0 or null otherwise.
- getNonce() - Method in class money.zumo.zumokit.ComposedExchange
-
Unique nonce used to prevent double spend.
- getNonce() - Method in class money.zumo.zumokit.ComposedTransaction
-
Transaction nonce to prevent double spend.
- getNonce() - Method in class money.zumo.zumokit.Exchange
-
Exchange nonce or null.
- getNonce() - Method in class money.zumo.zumokit.Transaction
-
Transaction nonce or null.
- getNonce() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Ethereum transaction nonce if greater than 0 and it is Ethereum transaction, otherwise returns null.
- getOutgoingTransactionFee() - Method in class money.zumo.zumokit.ComposedExchange
-
Outgoing transaction fee.
- getOutgoingTransactionFee() - Method in class money.zumo.zumokit.Exchange
-
Outgoing transaction fee.
- getOutgoingTransactionFeeRate() - Method in class money.zumo.zumokit.ExchangeSetting
-
Fee rate that will be used for outgoing transaction.
- getOutgoingTransactionId() - Method in class money.zumo.zumokit.Exchange
-
Outgoing
Transaction
identifier. - getPan() - Method in class money.zumo.zumokit.CardDetails
-
Card PAN, e.g 4564 6545 7997 5454.
- getPath() - Method in class money.zumo.zumokit.AccountCryptoProperties
-
Hierarchical Deterministic (HD) account derivation path.
- getPostCode() - Method in class money.zumo.zumokit.Address
-
Post code.
- getPostTown() - Method in class money.zumo.zumokit.Address
-
Post town
- getProviderId() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account provider id.
- getQuestion() - Method in class money.zumo.zumokit.KbaQuestion
-
KBA question, e.g.
- getQuote() - Method in class money.zumo.zumokit.ComposedExchange
-
Exchange rate quote used when composing exchange.
- getQuote() - Method in class money.zumo.zumokit.Exchange
-
Exchange rate quote used.
- getReturnAmount() - Method in class money.zumo.zumokit.ComposedExchange
-
Amount that user receives, calculated as
value X quote.value X (1 - feeRate) - returnTransactionFee
. - getReturnAmount() - Method in class money.zumo.zumokit.Exchange
-
Amount that user receives, calculated as
amount X quote.value X (1 - feeRate) - returnTransactionFee
. - getReturnTransactionFee() - Method in class money.zumo.zumokit.ComposedExchange
-
Return transaction fee.
- getReturnTransactionFee() - Method in class money.zumo.zumokit.Exchange
-
Return transaction fee.
- getReturnTransactionFee() - Method in class money.zumo.zumokit.ExchangeSetting
-
Fee that will charged for return transaction.
- getReturnTransactionId() - Method in class money.zumo.zumokit.Exchange
-
Return
Transaction
identifier. - getSca() - Method in class money.zumo.zumokit.Card
-
Boolean indicating if card is SCA compliant.
- getSignedTransaction() - Method in class money.zumo.zumokit.ComposedExchange
-
Signed transaction for a crypto transaction, null otherwise.
- getSignedTransaction() - Method in class money.zumo.zumokit.ComposedTransaction
-
Signed transaction for a crypto transaction, null otherwise.
- getSlow() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Fee rate resulting in slow confirmation time.
- getSlowTime() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Slow confirmation time in hours.
- getSortCode() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account sort code or null.
- getSource() - Method in class money.zumo.zumokit.TransactionFeeRate
-
Fee rate information provider.
- getStatus() - Method in class money.zumo.zumokit.Exchange
-
Exchange status.
- getStatus() - Method in class money.zumo.zumokit.Transaction
-
Transaction status.
- getSubmittedAt() - Method in class money.zumo.zumokit.Exchange
-
Epoch timestamp when transaction was submitted.
- getSubmittedAt() - Method in class money.zumo.zumokit.Transaction
-
Epoch timestamp when transaction was submitted or null for incoming transactions from outside of Zumo ecosystem.
- getTimestamp() - Method in class money.zumo.zumokit.ExchangeRate
-
Epoch timestamp when the exchange rate was issued.
- getTimestamp() - Method in class money.zumo.zumokit.Transaction
-
Epoch timestamp, minimum non-null value between submitted at and confirmed at timestamps.
- getToAccount() - Method in class money.zumo.zumokit.ComposedExchange
-
Target account.
- getToAccountId() - Method in class money.zumo.zumokit.Exchange
-
Target
Account
identifier. - getToAccountId() - Method in class money.zumo.zumokit.Transaction
-
Recipient account identifier if it is internal transaction or null otherwise.
- getToAddress() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Wallet address of receiver or null, if it is Ethereum contract deploy.
- getToCurrency() - Method in class money.zumo.zumokit.Exchange
-
Currency to which exchange was made.
- getToCurrency() - Method in class money.zumo.zumokit.ExchangeRate
-
Target currency.
- getToCurrency() - Method in class money.zumo.zumokit.ExchangeSetting
-
Currency code of return transaction.
- getToCurrency() - Method in class money.zumo.zumokit.Quote
-
Target currency.
- getToFiatAccount() - Method in class money.zumo.zumokit.TransactionFiatProperties
-
Recipient fiat account properties.
- getToUserId() - Method in class money.zumo.zumokit.Transaction
-
Recipient integrator user identifier or null if it is external user.
- getTransactionAmount() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Transaction amount.
- getTransactionCurrency() - Method in class money.zumo.zumokit.TransactionCardProperties
-
Transaction currency code.
- getTransactionFeeRate(String) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getTransactionFeeRate(String) - Method in interface money.zumo.zumokit.ZumoCore
-
Get transaction fee rates for selected crypto currency.
- getTransactionFeeRate(String) - Method in class money.zumo.zumokit.ZumoKit
-
Get transaction fee rate for selected crypto currency.
- getTransactionFeeRates() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getTransactionFeeRates() - Method in interface money.zumo.zumokit.ZumoCore
-
Get all available crypto transaction fee rates.
- getTransactionFeeRates() - Method in class money.zumo.zumokit.ZumoKit
-
Get all available crypto transaction fee rates.
- getTransactions() - Method in class money.zumo.zumokit.AccountDataSnapshot
-
Account's transactions.
- getTxHash() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Transaction hash or null.
- getType() - Method in class money.zumo.zumokit.Account
-
Account type.
- getType() - Method in class money.zumo.zumokit.ComposedTransaction
-
Transaction type, 'FIAT', 'CRYPTO' or 'NOMINATED'.
- getType() - Method in class money.zumo.zumokit.KbaAnswer
-
KBA question type, e.g.
- getType() - Method in class money.zumo.zumokit.KbaQuestion
-
KBA question type, e.g.
- getType() - Method in class money.zumo.zumokit.Transaction
-
Transaction type.
- getUtils() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- getUtils() - Method in interface money.zumo.zumokit.ZumoCore
-
Get crypto utils class.
- getUtils() - Method in class money.zumo.zumokit.ZumoKit
-
Get crypto utils.
- getValue() - Method in class money.zumo.zumokit.ExchangeRate
-
Value of 1 unit of deposit currency in target currency.
- getValue() - Method in class money.zumo.zumokit.Quote
-
Value of 1 unit of deposit currency in target currency.
- getVersion() - Static method in class money.zumo.zumokit.ZumoCore.CppProxy
- getVersion() - Static method in interface money.zumo.zumokit.ZumoCore
-
Get ZumoKit SDK version.
- getVersion() - Static method in class money.zumo.zumokit.ZumoKit
-
Get ZumoKit SDK version.
- GOERLI - Static variable in class money.zumo.zumokit.NetworkType
H
- hashCode() - Method in class money.zumo.zumokit.Account
- hashCode() - Method in class money.zumo.zumokit.AccountCryptoProperties
- hashCode() - Method in class money.zumo.zumokit.AccountDataSnapshot
- hashCode() - Method in class money.zumo.zumokit.AccountFiatProperties
- hashCode() - Method in class money.zumo.zumokit.Address
- hashCode() - Method in class money.zumo.zumokit.AuthenticationConfig
- hashCode() - Method in class money.zumo.zumokit.Card
- hashCode() - Method in class money.zumo.zumokit.CardDetails
- hashCode() - Method in class money.zumo.zumokit.ComposedExchange
- hashCode() - Method in class money.zumo.zumokit.ComposedTransaction
- hashCode() - Method in class money.zumo.zumokit.Exchange
- hashCode() - Method in class money.zumo.zumokit.ExchangeRate
- hashCode() - Method in class money.zumo.zumokit.ExchangeSetting
- hashCode() - Method in class money.zumo.zumokit.KbaAnswer
- hashCode() - Method in class money.zumo.zumokit.KbaQuestion
- hashCode() - Method in class money.zumo.zumokit.Quote
- hashCode() - Method in class money.zumo.zumokit.Transaction
- hashCode() - Method in class money.zumo.zumokit.TransactionCardProperties
- hashCode() - Method in class money.zumo.zumokit.TransactionCryptoProperties
- hashCode() - Method in class money.zumo.zumokit.TransactionFeeRate
- hashCode() - Method in class money.zumo.zumokit.TransactionFiatProperties
- hasWallet() - Method in class money.zumo.zumokit.User.CppProxy
- hasWallet() - Method in interface money.zumo.zumokit.User
-
Check if user has wallet
- HistoricalExchangeRatesCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
ZumoKit
class - HOUR - Static variable in class money.zumo.zumokit.TimeInterval
- HttpCallback - Interface in money.zumo.zumokit
- HttpCallback.CppProxy - Class in money.zumo.zumokit
- HttpProvider - Interface in money.zumo.zumokit
- HttpProvider.CppProxy - Class in money.zumo.zumokit
I
- INCOMING - Static variable in class money.zumo.zumokit.TransactionDirection
- INCOMPATIBLE_NETWORK_TYPES - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Change account and source accounts have to be on the same network.
- INCORRECT_ACCOUNT_SELECTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Unknown error has occured Incorrect account selected.
- INCORRECT_CHANGE_ACCOUNT_SELECTED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Incorrect change account selected.
- init(HttpProvider, WebSocketFactory, String, String, String, String, String) - Static method in class money.zumo.zumokit.ZumoCore.CppProxy
- init(HttpProvider, WebSocketFactory, String, String, String, String, String) - Static method in interface money.zumo.zumokit.ZumoCore
-
Initializes ZumoKit SDK.
- INSUFFICIENT_FUNDS_FOR_EXCHANGE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Insufficient funds for exchange value and network fees.
- INSUFFICIENT_FUNDS_FOR_TRANSACTION - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Insufficient funds for transaction value and network fees.
- INT64_OVERFLOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Value exceeds maximum 63 bit precision.
- INVALID_ACCOUNT_TYPE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Account type not supported by the operation.
- INVALID_ADDRESS - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Destination address is invalid.
- INVALID_API_RESPONSE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid response received from API.
- INVALID_ARGUMENT_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Errors triggered when failing to validate arguments, e.g.
- INVALID_HD_WALLET_PATH - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Requested private key derivation path is invalid.
- INVALID_METADATA - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid metadata.
- INVALID_MNEMONIC - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid mnemonic phrase.
- INVALID_MNEMONIC_WORD_COUNT - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid length of mnemonic phrase.
- INVALID_NETWORK_TYPE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Network type not supported by requested operation.
- INVALID_PASSWORD - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
"Incorrect password provided.
- INVALID_QUOTE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Mismatch between exchange rate quote and selected accounts.
- INVALID_RECOVERY_PHRASE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
"The provided recovery phrase does not correspond to existing wallet."
- INVALID_REQUEST_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Invalid request errors arise when request to API has invalid parameters.
- INVALID_TRANSACTION_TYPE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid transaction type.
- INVALID_TRANSACTION_VALUE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid transaction value.
- INVALID_USER_TOKEN_SET - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid user token set.
- INVALID_WEBSOCKET_RESPONSE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid response received from WebSocket.
- InvalidArgumentException - Exception in money.zumo.zumokit.exceptions
-
An exception indicating that one or more of the arguments failed to validate on client-side, for example when a destination address is invalid.
- InvalidArgumentException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.InvalidArgumentException
- InvalidRequestException - Exception in money.zumo.zumokit.exceptions
-
An exception indicating that invalid parameters were used in a request.
- InvalidRequestException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.InvalidRequestException
- isFiatCustomer(String) - Method in class money.zumo.zumokit.User.CppProxy
- isFiatCustomer(String) - Method in interface money.zumo.zumokit.User
-
Check if user is a fiat customer on 'MAINNET' or 'TESTNET' network.
- isRecoveryMnemonic(String) - Method in class money.zumo.zumokit.User.CppProxy
- isRecoveryMnemonic(String) - Method in interface money.zumo.zumokit.User
-
Check if mnemonic seed phrase corresponds to user's wallet.
- isValidAddress(String, String, String) - Method in class money.zumo.zumokit.Utils.CppProxy
- isValidAddress(String, String, String) - Method in interface money.zumo.zumokit.Utils
-
Validates Ethereum, Bitcoin or Bitcoin SV address.
K
- KbaAnswer - Class in money.zumo.zumokit
-
Record containing Knowledge-Based Authentication (KBA) answer.
- KbaAnswer(String, String) - Constructor for class money.zumo.zumokit.KbaAnswer
- KbaQuestion - Class in money.zumo.zumokit
-
Record containing Knowledge-Based Authentication (KBA) question
- KbaQuestion(String, String) - Constructor for class money.zumo.zumokit.KbaQuestion
- KNOWN_EXCHANGE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Exchange already submitted.
- KNOWN_TRANSACTION - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Transaction already submitted.
- KOVAN - Static variable in class money.zumo.zumokit.NetworkType
L
- LogListener - Interface in money.zumo.zumokit
-
Log interface used to listen for debug information in
ZumoKit
class. - LogListener.CppProxy - Class in money.zumo.zumokit
M
- MAINNET - Static variable in class money.zumo.zumokit.NetworkType
- makeFiatCustomer(String, String, String, String, String, String, String, Address, SuccessCallback) - Method in class money.zumo.zumokit.User.CppProxy
- makeFiatCustomer(String, String, String, String, String, String, String, Address, SuccessCallback) - Method in interface money.zumo.zumokit.User
-
Make user fiat customer on specified network by providing user's personal details.
- MAX - Static variable in class money.zumo.zumokit.TimeInterval
- minimumDelay - Variable in class money.zumo.zumokit.FuzzingBackOffGenerator.BackOffParameters
- MnemonicCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - money.zumo.zumokit - package money.zumo.zumokit
- money.zumo.zumokit.exceptions - package money.zumo.zumokit.exceptions
- MONTH - Static variable in class money.zumo.zumokit.TimeInterval
N
- NetworkType - Class in money.zumo.zumokit
-
Network type, for example 'MAINNET'.
- NetworkType() - Constructor for class money.zumo.zumokit.NetworkType
- next() - Method in class money.zumo.zumokit.FuzzingBackOffGenerator
-
Gets the next back off time.
- NO_CONNECTION - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
No internet connection.
- NO_DESTINATION_ADDRESS - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
No destination address.
- NO_NOMINATED_ACCOUNT_FOUND - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
No nominated account found.
- NO_WALLET_FOUND - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Requested operation requies existance of a wallet.
- NOMINATED - Static variable in class money.zumo.zumokit.TransactionType
- NONCE_OVERFLOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Nonce too long.
- NOT_AUTHORIZED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
User session has expired.
O
- onChange() - Method in class money.zumo.zumokit.ChangeListener.CppProxy
- onChange() - Method in interface money.zumo.zumokit.ChangeListener
- onClose(int, String, boolean) - Method in class money.zumo.zumokit.DefaultWebSocket
- onClose(String) - Method in class money.zumo.zumokit.WebSocketListener.CppProxy
- onClose(String) - Method in interface money.zumo.zumokit.WebSocketListener
- onDataChange(ArrayList<AccountDataSnapshot>) - Method in class money.zumo.zumokit.AccountDataListener.CppProxy
- onDataChange(ArrayList<AccountDataSnapshot>) - Method in interface money.zumo.zumokit.AccountDataListener
- onError(Exception) - Method in interface money.zumo.zumokit.AccountCallback
- onError(Exception) - Method in interface money.zumo.zumokit.AccountFiatPropertiesCallback
- onError(Exception) - Method in interface money.zumo.zumokit.AuthenticationConfigCallback
- onError(Exception) - Method in interface money.zumo.zumokit.CardCallback
- onError(Exception) - Method in interface money.zumo.zumokit.CardDetailsCallback
- onError(Exception) - Method in interface money.zumo.zumokit.ComposeExchangeCallback
- onError(Exception) - Method in interface money.zumo.zumokit.ComposeTransactionCallback
- onError(Exception) - Method in class money.zumo.zumokit.DefaultWebSocket
- onError(Exception) - Method in interface money.zumo.zumokit.HistoricalExchangeRatesCallback
- onError(Exception) - Method in interface money.zumo.zumokit.MnemonicCallback
- onError(Exception) - Method in interface money.zumo.zumokit.PinCallback
- onError(Exception) - Method in interface money.zumo.zumokit.SubmitExchangeCallback
- onError(Exception) - Method in interface money.zumo.zumokit.SubmitTransactionCallback
- onError(Exception) - Method in interface money.zumo.zumokit.SuccessCallback
- onError(Exception) - Method in interface money.zumo.zumokit.UserCallback
- onError(Exception) - Method in interface money.zumo.zumokit.WalletCallback
- onError(String) - Method in class money.zumo.zumokit.WebSocketListener.CppProxy
- onError(String) - Method in interface money.zumo.zumokit.WebSocketListener
- onLog(String) - Method in class money.zumo.zumokit.LogListener.CppProxy
- onLog(String) - Method in interface money.zumo.zumokit.LogListener
- onLog(LogListener, String) - Static method in class money.zumo.zumokit.ZumoCore.CppProxy
- onLog(LogListener, String) - Static method in interface money.zumo.zumokit.ZumoCore
-
Sets log handler for all ZumoKit related logs.
- onLog(LogListener, String) - Static method in class money.zumo.zumokit.ZumoKit
-
Sets log handler for all ZumoKit related logs.
- onMessage(String) - Method in class money.zumo.zumokit.DefaultWebSocket
- onMessage(String) - Method in class money.zumo.zumokit.WebSocketListener.CppProxy
- onMessage(String) - Method in interface money.zumo.zumokit.WebSocketListener
- onMessage(ByteBuffer) - Method in class money.zumo.zumokit.DefaultWebSocket
- onNetworkError(String) - Method in class money.zumo.zumokit.HttpCallback.CppProxy
- onNetworkError(String) - Method in interface money.zumo.zumokit.HttpCallback
- onOpen(String) - Method in class money.zumo.zumokit.WebSocketListener.CppProxy
- onOpen(String) - Method in interface money.zumo.zumokit.WebSocketListener
- onOpen(ServerHandshake) - Method in class money.zumo.zumokit.DefaultWebSocket
- onSuccess() - Method in interface money.zumo.zumokit.SuccessCallback
- onSuccess(int) - Method in interface money.zumo.zumokit.PinCallback
- onSuccess(short, String) - Method in class money.zumo.zumokit.HttpCallback.CppProxy
- onSuccess(short, String) - Method in interface money.zumo.zumokit.HttpCallback
- onSuccess(String) - Method in interface money.zumo.zumokit.MnemonicCallback
- onSuccess(HashMap<String, HashMap<String, HashMap<String, ArrayList<ExchangeRate>>>>) - Method in interface money.zumo.zumokit.HistoricalExchangeRatesCallback
- onSuccess(Account) - Method in interface money.zumo.zumokit.AccountCallback
- onSuccess(AccountFiatProperties) - Method in interface money.zumo.zumokit.AccountFiatPropertiesCallback
- onSuccess(AuthenticationConfig) - Method in interface money.zumo.zumokit.AuthenticationConfigCallback
- onSuccess(Card) - Method in interface money.zumo.zumokit.CardCallback
- onSuccess(CardDetails) - Method in interface money.zumo.zumokit.CardDetailsCallback
- onSuccess(ComposedExchange) - Method in interface money.zumo.zumokit.ComposeExchangeCallback
- onSuccess(ComposedTransaction) - Method in interface money.zumo.zumokit.ComposeTransactionCallback
- onSuccess(Exchange) - Method in interface money.zumo.zumokit.SubmitExchangeCallback
- onSuccess(Transaction) - Method in interface money.zumo.zumokit.SubmitTransactionCallback
- onSuccess(User) - Method in interface money.zumo.zumokit.UserCallback
- onSuccess(Wallet) - Method in interface money.zumo.zumokit.WalletCallback
- OUTGOING - Static variable in class money.zumo.zumokit.TransactionDirection
P
- PAUSED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transaction has been paused by Transaction Service before being submitted to blockchain.
- PENDING - Static variable in class money.zumo.zumokit.ExchangeStatus
-
Outgoing transaction has been submitted.
- PENDING - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transaction has been submitted to blockchain.
- PHYSICAL - Static variable in class money.zumo.zumokit.CardType
- PinCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class.
Q
- QUARTER - Static variable in class money.zumo.zumokit.TimeInterval
- Quote - Class in money.zumo.zumokit
-
Record containing Zumo exchange rate quote used in making exchanges.
- Quote(String, int, Integer, String, String, BigDecimal, BigDecimal) - Constructor for class money.zumo.zumokit.Quote
R
- RATE_LIMIT_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Too many requests hit the API too quickly.
- RateLimitException - Exception in money.zumo.zumokit.exceptions
-
An exception indicating that too many requests have hit the API too quickly.
- RateLimitException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.RateLimitException
- recoverWallet(String, String, WalletCallback) - Method in class money.zumo.zumokit.User.CppProxy
- recoverWallet(String, String, WalletCallback) - Method in interface money.zumo.zumokit.User
-
Recover user wallet with mnemonic seed phrase corresponding to user's wallet.
- REFUNDED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transaction was refunded.
- REJECTED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Transaction has been rejected by Transaction Service before being submitted to blockchain.
- removeAccountDataListener(AccountDataListener) - Method in class money.zumo.zumokit.User.CppProxy
- removeAccountDataListener(AccountDataListener) - Method in interface money.zumo.zumokit.User
-
Remove listener to account data changes.
- removeChangeListener(ChangeListener) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- removeChangeListener(ChangeListener) - Method in interface money.zumo.zumokit.ZumoCore
-
Remove change listener.
- removeChangeListener(ChangeListener) - Method in class money.zumo.zumokit.ZumoKit
-
Remove change listener.
- request(String, String, HashMap<String, String>, String, HttpCallback) - Method in class money.zumo.zumokit.DefaultHttpProvider
- request(String, String, HashMap<String, String>, String, HttpCallback) - Method in class money.zumo.zumokit.HttpProvider.CppProxy
- request(String, String, HashMap<String, String>, String, HttpCallback) - Method in interface money.zumo.zumokit.HttpProvider
- reset() - Method in class money.zumo.zumokit.FuzzingBackOffGenerator
-
Resets the back off.
- RESUBMITTED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Ethereum transaction was overriden by sending the same transaction with higher gas price.
- revealCardDetails(String, CardDetailsCallback) - Method in class money.zumo.zumokit.User.CppProxy
- revealCardDetails(String, CardDetailsCallback) - Method in interface money.zumo.zumokit.User
-
Reveals sensitive card details.
- revealMnemonic(String, MnemonicCallback) - Method in class money.zumo.zumokit.User.CppProxy
- revealMnemonic(String, MnemonicCallback) - Method in interface money.zumo.zumokit.User
-
Reveal menmonic seed phrase used to seed user wallet.
- revealPin(String, PinCallback) - Method in class money.zumo.zumokit.User.CppProxy
- revealPin(String, PinCallback) - Method in interface money.zumo.zumokit.User
-
Reveal card PIN.
- REVERSED - Static variable in class money.zumo.zumokit.TransactionStatus
-
Card transaction was reversed.
- RINKEBY - Static variable in class money.zumo.zumokit.NetworkType
- ROPSTEN - Static variable in class money.zumo.zumokit.NetworkType
S
- SEGWIT - Static variable in class money.zumo.zumokit.AccountType
-
Corresponds to Segregated Witness Bitcoin account type P2WPKH and are also reffered to as bech32 addresses.
- send(String) - Method in class money.zumo.zumokit.WebSocket.CppProxy
- send(String) - Method in interface money.zumo.zumokit.WebSocket
- SEND_MAX_INSUFFICIENT_FUNDS_FOR_EXCHANGE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Exchange amount is insufficient to make a minimum exchange.
- SEND_MAX_INSUFFICIENT_FUNDS_FOR_FEE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Insufficient funds to pay the transaction fee.
- SEND_MAX_INSUFFICIENT_FUNDS_FOR_TRANSACTION - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Transaction amount is too small to send after the fee has been deducted.
- setAuthentication(String, ArrayList<KbaAnswer>, SuccessCallback) - Method in class money.zumo.zumokit.User.CppProxy
- setAuthentication(String, ArrayList<KbaAnswer>, SuccessCallback) - Method in interface money.zumo.zumokit.User
-
Add KBA answers to a card without SCA.
- setCardStatus(String, String, String, String, SuccessCallback) - Method in class money.zumo.zumokit.User.CppProxy
- setCardStatus(String, String, String, String, SuccessCallback) - Method in interface money.zumo.zumokit.User
-
Set card status to 'ACTIVE', 'BLOCKED' or 'CANCELLED'.
- setLogLevel(String) - Static method in class money.zumo.zumokit.ZumoCore.CppProxy
- setLogLevel(String) - Static method in interface money.zumo.zumokit.ZumoCore
-
Sets log level for current logger.
- setLogLevel(String) - Static method in class money.zumo.zumokit.ZumoKit
-
Sets log level for current logger.
- setTimeout(Runnable, int) - Static method in class money.zumo.zumokit.DefaultWebSocket
- signIn(String, UserCallback) - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- signIn(String, UserCallback) - Method in interface money.zumo.zumokit.ZumoCore
-
Signs in user corresponding to user token set.
- signIn(String, UserCallback) - Method in class money.zumo.zumokit.ZumoKit
-
Signs in user corresponding to user token set.
- SIGNING_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Something went wrong signing transaction.
- signOut() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
- signOut() - Method in interface money.zumo.zumokit.ZumoCore
-
Signs out current user.
- signOut() - Method in class money.zumo.zumokit.ZumoKit
-
Signs out current user.
- STANDARD - Static variable in class money.zumo.zumokit.AccountType
-
Corresponds to standard Ethereum account type and Bitcoin non-segwit account type P2PKH.
- submitExchange(ComposedExchange, SubmitExchangeCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- submitExchange(ComposedExchange, SubmitExchangeCallback) - Method in interface money.zumo.zumokit.Wallet
-
Submit an exchange asynchronously.
- SubmitExchangeCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - submitTransaction(ComposedTransaction, String, SubmitTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- submitTransaction(ComposedTransaction, String, SubmitTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Submit a transaction asynchronously.
- SubmitTransactionCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - subscribe(WebSocketListener) - Method in class money.zumo.zumokit.DefaultWebSocket
- subscribe(WebSocketListener) - Method in class money.zumo.zumokit.WebSocket.CppProxy
- subscribe(WebSocketListener) - Method in interface money.zumo.zumokit.WebSocket
- SuccessCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - SUSPENDED - Static variable in class money.zumo.zumokit.CardStatus
T
- targetDelay - Variable in class money.zumo.zumokit.FuzzingBackOffGenerator.BackOffParameters
- TESTNET - Static variable in class money.zumo.zumokit.NetworkType
- TimeInterval - Class in money.zumo.zumokit
-
Time intervals, for example 'hour'.
- TimeInterval() - Constructor for class money.zumo.zumokit.TimeInterval
- toString() - Method in class money.zumo.zumokit.Account
- toString() - Method in class money.zumo.zumokit.AccountCryptoProperties
- toString() - Method in class money.zumo.zumokit.AccountDataSnapshot
- toString() - Method in class money.zumo.zumokit.AccountFiatProperties
- toString() - Method in class money.zumo.zumokit.AccountType
- toString() - Method in class money.zumo.zumokit.Address
- toString() - Method in class money.zumo.zumokit.AuthenticationConfig
- toString() - Method in class money.zumo.zumokit.Card
- toString() - Method in class money.zumo.zumokit.CardDetails
- toString() - Method in class money.zumo.zumokit.CardStatus
- toString() - Method in class money.zumo.zumokit.CardType
- toString() - Method in class money.zumo.zumokit.ComposedExchange
- toString() - Method in class money.zumo.zumokit.ComposedTransaction
- toString() - Method in class money.zumo.zumokit.CurrencyCode
- toString() - Method in class money.zumo.zumokit.CurrencyType
- toString() - Method in class money.zumo.zumokit.Exchange
- toString() - Method in class money.zumo.zumokit.ExchangeRate
- toString() - Method in class money.zumo.zumokit.ExchangeSetting
- toString() - Method in class money.zumo.zumokit.ExchangeStatus
- toString() - Method in class money.zumo.zumokit.KbaAnswer
- toString() - Method in class money.zumo.zumokit.KbaQuestion
- toString() - Method in class money.zumo.zumokit.NetworkType
- toString() - Method in class money.zumo.zumokit.Quote
- toString() - Method in class money.zumo.zumokit.TimeInterval
- toString() - Method in class money.zumo.zumokit.Transaction
- toString() - Method in class money.zumo.zumokit.TransactionCardProperties
- toString() - Method in class money.zumo.zumokit.TransactionCryptoProperties
- toString() - Method in class money.zumo.zumokit.TransactionDirection
- toString() - Method in class money.zumo.zumokit.TransactionFeeRate
- toString() - Method in class money.zumo.zumokit.TransactionFiatProperties
- toString() - Method in class money.zumo.zumokit.TransactionStatus
- toString() - Method in class money.zumo.zumokit.TransactionType
- toString() - Method in class money.zumo.zumokit.ZumoKitErrorCode
- toString() - Method in class money.zumo.zumokit.ZumoKitErrorType
- Transaction - Class in money.zumo.zumokit
-
Record containing transaction details.
- Transaction(String, String, String, String, String, String, String, String, String, String, BigDecimal, BigDecimal, String, TransactionCryptoProperties, TransactionFiatProperties, TransactionCardProperties, Exchange, String, Integer, Integer, int) - Constructor for class money.zumo.zumokit.Transaction
- TRANSACTION_AMOUNT_OVERFLOW - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Transaction amount exceeds maximum precision.
- TRANSACTION_AMOUNT_TOO_SMALL - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Transaction amount too small to send.
- TRANSACTION_SERVICE_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Invalid response received from ZumoKit Transaction Service API.
- TRANSACTION_TOO_LARGE - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Resulting transaction is too large.
- TransactionCardProperties - Class in money.zumo.zumokit
-
Record containing properties associated with a card transaction.
- TransactionCardProperties(String, BigDecimal, String, BigDecimal, String, BigDecimal, String, String, String) - Constructor for class money.zumo.zumokit.TransactionCardProperties
- TransactionCryptoProperties - Class in money.zumo.zumokit
-
Record containing transaction's crypto properties.
- TransactionCryptoProperties(String, Integer, String, String, String, BigDecimal, Integer, HashMap<String, BigDecimal>, HashMap<String, BigDecimal>) - Constructor for class money.zumo.zumokit.TransactionCryptoProperties
- TransactionDirection - Class in money.zumo.zumokit
-
Transaction direction, 'INCOMING' or 'OUTGOING'.
- TransactionDirection() - Constructor for class money.zumo.zumokit.TransactionDirection
- TransactionFeeRate - Class in money.zumo.zumokit
-
Record containing crypto transaction fee rate
- TransactionFeeRate(BigDecimal, BigDecimal, BigDecimal, float, float, float, String) - Constructor for class money.zumo.zumokit.TransactionFeeRate
- TransactionFiatProperties - Class in money.zumo.zumokit
-
Record containing transaction's fiat properties.
- TransactionFiatProperties(AccountFiatProperties, AccountFiatProperties) - Constructor for class money.zumo.zumokit.TransactionFiatProperties
- TransactionStatus - Class in money.zumo.zumokit
-
Transaction status, for example 'PENDING'.
- TransactionStatus() - Constructor for class money.zumo.zumokit.TransactionStatus
- TransactionType - Class in money.zumo.zumokit
-
Transaction type, 'CRYPTO', 'FIAT', 'NOMINATED' or 'CARD'.
- TransactionType() - Constructor for class money.zumo.zumokit.TransactionType
U
- unblockPin(String, SuccessCallback) - Method in class money.zumo.zumokit.User.CppProxy
- unblockPin(String, SuccessCallback) - Method in interface money.zumo.zumokit.User
-
Unblock card PIN.
- UNKNOWN_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Unknown error has occured.
- unlockWallet(String, WalletCallback) - Method in class money.zumo.zumokit.User.CppProxy
- unlockWallet(String, WalletCallback) - Method in interface money.zumo.zumokit.User
-
Unlock user wallet with user's password.
- USD - Static variable in class money.zumo.zumokit.CurrencyCode
- User - Interface in money.zumo.zumokit
-
User class provides methods for managing user wallet and accounts.
- USER_NOT_FIAT_CUSTOMER - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Fiat account could no be created.
- User.CppProxy - Class in money.zumo.zumokit
- UserCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
ZumoKit
class - Utils - Interface in money.zumo.zumokit
-
Utility class providing blockchain related utility methods.
- Utils.CppProxy - Class in money.zumo.zumokit
- UTXO_SIGNING_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Unspent transaction output could not be signed.
V
W
- Wallet - Interface in money.zumo.zumokit
-
User wallet provides methods for transfer and exchange of fiat and cryptocurrency funds.
- WALLET_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Wallet errors are the most common type of error you should expect to handle.
- WALLET_LIMIT_EXCEEDED - Static variable in class money.zumo.zumokit.ZumoKitErrorCode
-
Wallet could not be created.
- Wallet.CppProxy - Class in money.zumo.zumokit
- WalletCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
User
class. - WalletException - Exception in money.zumo.zumokit.exceptions
-
An exception indicating that there is a problem with the wallet used for a request.
- WalletException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.WalletException
- WebSocket - Interface in money.zumo.zumokit
- WebSocket.CppProxy - Class in money.zumo.zumokit
- WebSocketFactory - Interface in money.zumo.zumokit
- WebSocketFactory.CppProxy - Class in money.zumo.zumokit
- WebSocketListener - Interface in money.zumo.zumokit
- WebSocketListener.CppProxy - Class in money.zumo.zumokit
- WEEK - Static variable in class money.zumo.zumokit.TimeInterval
- WITHDRAWING - Static variable in class money.zumo.zumokit.ExchangeStatus
-
Outgoing transaction has been mined and return transaction has been initiated.
Y
- YEAR - Static variable in class money.zumo.zumokit.TimeInterval
Z
- ZUMO_KIT_ERROR - Static variable in class money.zumo.zumokit.ZumoKitErrorType
-
Base ZumoKit error.
- ZumoCore - Interface in money.zumo.zumokit
-
Entry point to ZumoKit C++ SDK
- ZumoCore.CppProxy - Class in money.zumo.zumokit
- ZumoKit - Class in money.zumo.zumokit
-
Entry point to ZumoKit Android SDK.
- ZumoKit(String, String, String, String, String) - Constructor for class money.zumo.zumokit.ZumoKit
-
Initializes ZumoKit SDK.
- ZumoKitErrorCode - Class in money.zumo.zumokit
-
The code of error returned.
- ZumoKitErrorCode() - Constructor for class money.zumo.zumokit.ZumoKitErrorCode
- ZumoKitErrorType - Class in money.zumo.zumokit
-
The type of error returned.
- ZumoKitErrorType() - Constructor for class money.zumo.zumokit.ZumoKitErrorType
- ZumoKitException - Exception in money.zumo.zumokit.exceptions
-
A base class for ZumoKit-related exceptions.
- ZumoKitException(String, String, String) - Constructor for exception money.zumo.zumokit.exceptions.ZumoKitException
_
- _djinni_private_destroy() - Method in class money.zumo.zumokit.AccountDataListener.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.ChangeListener.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.HttpCallback.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.HttpProvider.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.LogListener.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.User.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.Utils.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.Wallet.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.WebSocket.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.WebSocketFactory.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.WebSocketListener.CppProxy
- _djinni_private_destroy() - Method in class money.zumo.zumokit.ZumoCore.CppProxy
All Classes All Packages