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, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, boolean, AccountCryptoProperties, AccountFiatProperties, ArrayList<Card>) - Constructor for class money.zumo.zumokit.Account
- 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, 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
- 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
- BUY - Static variable in class money.zumo.zumokit.ExchangeSide
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.
- composeCustodyWithdrawTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.User
-
Compose custody withdraw transaction from custody account.
- composeCustodyWithdrawTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.User.CppProxy
- ComposedExchange - Class in money.zumo.zumokit
-
Record containing result of the compose exchange method on
Wallet
object. - ComposedExchange(Account, Account, Quote) - 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, Account, String, BigDecimal, BigDecimal, String, String, String, 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.
- 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.User
-
Compose exchange.
- composeExchange(String, String, BigDecimal, boolean, ComposeExchangeCallback) - Method in class money.zumo.zumokit.User.CppProxy
- ComposeExchangeCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - composeNominatedTransaction(String, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.User
-
Compose transaction from user fiat account to user's nominated account.
- composeNominatedTransaction(String, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.User.CppProxy
- composeTransaction(String, String, String, BigDecimal, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.Wallet
-
Compose BTC or BSV transaction.
- composeTransaction(String, String, String, BigDecimal, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.Wallet.CppProxy
- composeTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in interface money.zumo.zumokit.User
-
Compose transaction between custody or fiat accounts in Zumo ecosystem.
- composeTransaction(String, String, BigDecimal, boolean, ComposeTransactionCallback) - Method in class money.zumo.zumokit.User.CppProxy
- ComposeTransactionCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - CONFIRMED - Static variable in class money.zumo.zumokit.CustodyOrderStatus
-
Custody order was confirmed and added to blockchain.
- 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
- createAccount(String, AccountCallback) - Method in class money.zumo.zumokit.User.CppProxy
- createAccount(String, AccountCallback) - Method in interface money.zumo.zumokit.User
-
Create custody or fiat account for specified currency.
- 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
- 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
- CUSTODY - Static variable in class money.zumo.zumokit.CustodyType
-
Funds on custody accounts are managed by Zumo.
- CUSTODY - Static variable in class money.zumo.zumokit.TransactionType
- CUSTODY_DEPOSIT - Static variable in class money.zumo.zumokit.TransactionType
- CUSTODY_WITHDRAW - Static variable in class money.zumo.zumokit.TransactionType
- CustodyOrder - Class in money.zumo.zumokit
-
Record containing custody order.
- CustodyOrder(String, String, String, BigDecimal, boolean, BigDecimal, BigDecimal, ArrayList<String>, String, String, String, String, String, String, String, int, int) - Constructor for class money.zumo.zumokit.CustodyOrder
- CustodyOrderStatus - Class in money.zumo.zumokit
-
Custody order status, for example 'PENDING'.
- CustodyOrderStatus() - Constructor for class money.zumo.zumokit.CustodyOrderStatus
- CustodyOrderType - Class in money.zumo.zumokit
-
Custody order type, 'DEPOSIT' or 'WITHDRAW'.
- CustodyOrderType() - Constructor for class money.zumo.zumokit.CustodyOrderType
- CustodyType - Class in money.zumo.zumokit
-
Account custody type, 'CUSTODY' or 'NON-CUSTODY'.
- CustodyType() - Constructor for class money.zumo.zumokit.CustodyType
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
- DEPOSIT - Static variable in class money.zumo.zumokit.CustodyOrderType
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.CustodyOrder
- 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.InternalTransaction
- 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.TransactionAmount
- 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, BigDecimal, BigDecimal, String, String, String, String, Quote, HashMap<String, HashMap<String, BigDecimal>>, String, String, String) - Constructor for class money.zumo.zumokit.Exchange
- 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
- ExchangeSide - Class in money.zumo.zumokit
-
Exchange side, 'BUY' or 'SELL'.
- ExchangeSide() - Constructor for class money.zumo.zumokit.ExchangeSide
- 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.CustodyOrderStatus
-
Custody order failed.
- 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.
- fetchTradingPairs(StringifiedJsonCallback) - Method in class money.zumo.zumokit.User.CppProxy
- fetchTradingPairs(StringifiedJsonCallback) - Method in interface money.zumo.zumokit.User
-
Fetch trading pairs that are currently supported.
- 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, String) - Method in class money.zumo.zumokit.User.CppProxy
- getAccount(String, 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.
- getAccountId() - Method in class money.zumo.zumokit.TransactionAmount
-
Account id or null if it is external user.
- getAccountNumber() - Method in class money.zumo.zumokit.AccountFiatProperties
-
Fiat account number or null.
- getAccountNumber() - Method in class money.zumo.zumokit.TransactionAmount
-
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.
- getAddress() - Method in class money.zumo.zumokit.TransactionAmount
-
Blockchain address or null.
- 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.ComposedTransaction
-
Transaction amount in account currency.
- getAmount() - Method in class money.zumo.zumokit.CustodyOrder
-
Custody order amount, null if not known yet.
- getAmount() - Method in class money.zumo.zumokit.Exchange
-
Amount in base currency.
- getAmount() - Method in class money.zumo.zumokit.InternalTransaction
-
Transaction amount in transaction currency.
- getAmount() - Method in class money.zumo.zumokit.Transaction
-
Amount in transaction currency or null if transaction is Ethereum contract deploy.
- getAmount() - Method in class money.zumo.zumokit.TransactionAmount
-
Amount in transaction currency or null if transaction is Ethereum contract deploy.
- getAnswer() - Method in class money.zumo.zumokit.KbaAnswer
-
KBA answer, e.g.
- getAvailableBalance() - Method in class money.zumo.zumokit.Account
-
Account available balance, i.e.
- 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.
- getBic() - Method in class money.zumo.zumokit.TransactionAmount
-
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.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.
- getCreatedAt() - Method in class money.zumo.zumokit.CustodyOrder
-
Epoch timestamp when custody order was created.
- getCreatedAt() - Method in class money.zumo.zumokit.Exchange
-
Timestamp when exchange was created, e.g.
- getCreatedAt() - Method in class money.zumo.zumokit.Quote
-
Timestamp when quote was created, e.g.
- getCreditAccount() - Method in class money.zumo.zumokit.ComposedExchange
-
Credit account.
- getCreditAccountId() - Method in class money.zumo.zumokit.Exchange
-
Credit
Account
identifier. - getCreditAmount() - Method in class money.zumo.zumokit.Quote
-
Amount to be credited to credit account.
- getCreditCurrency() - Method in class money.zumo.zumokit.Quote
-
Credit currency.
- getCreditTransactionId() - Method in class money.zumo.zumokit.Exchange
-
Credit
Transaction
identifier. - 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.
- getCustodyOrder() - Method in class money.zumo.zumokit.Transaction
-
Custody order properties if it is a transaction associated with a custody order, null otherwise.
- getCustodyOrderId() - Method in class money.zumo.zumokit.ComposedTransaction
-
Custody order id for custody withdraw transaction, null otherwise.
- getCustodyType() - Method in class money.zumo.zumokit.Account
-
Custody type.
- 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.
- getDebitAccount() - Method in class money.zumo.zumokit.ComposedExchange
-
Debit account.
- getDebitAccountId() - Method in class money.zumo.zumokit.Exchange
-
Debit
Account
identifier. - getDebitAmount() - Method in class money.zumo.zumokit.Quote
-
Amount to be debited from debit account.
- getDebitCurrency() - Method in class money.zumo.zumokit.Quote
-
Debit currency.
- getDebitTransactionId() - Method in class money.zumo.zumokit.Exchange
-
Debit
Transaction
identifier. - getDestination() - Method in class money.zumo.zumokit.ComposedTransaction
-
Transaction destination, i.e.
- getDirectDepositAddress() - Method in class money.zumo.zumokit.AccountCryptoProperties
-
Account direct deposit crypto address, only applicable to custody accounts.
- getDirection() - Method in class money.zumo.zumokit.Transaction
-
Transaction direction relative to
AccountDataSnapshot
. - getDirection() - Method in class money.zumo.zumokit.TransactionAmount
-
Direction, either 'SENT' or 'RECEIVED'.
- 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.
- getEstimatedFees() - Method in class money.zumo.zumokit.CustodyOrder
-
Estimated custody order fees.
- getExchange() - Method in class money.zumo.zumokit.Transaction
-
Exchange properties if it is a transaction associated with an exchange, null otherwise.
- 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.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.
- getExpiresAt() - Method in class money.zumo.zumokit.Quote
-
Timestamp representing expiration time of this quote, e.g.
- 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.
- getFeeAmount() - Method in class money.zumo.zumokit.Quote
-
Amount that will be paid in fees.
- getFeeInAmount() - Method in class money.zumo.zumokit.CustodyOrder
-
Flag indicating if fees are included in order amount.
- getFeeRate() - Method in class money.zumo.zumokit.Quote
-
Fee rate in points of a percentage, e.g.
- getFees() - Method in class money.zumo.zumokit.CustodyOrder
-
Actual custody order fees, null if not known yet.
- getFiatAmount() - Method in class money.zumo.zumokit.InternalTransaction
-
Value in fiat currencies at the time of the transaction submission.
- getFiatAmount() - Method in class money.zumo.zumokit.TransactionAmount
-
Amount in fiat currencies at the time of the transaction submission.
- getFiatAmount() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Value 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.
- getFromAccountId() - Method in class money.zumo.zumokit.CustodyOrder
-
Debit
Account
identifier, if applicable. - getFromAccountId() - Method in class money.zumo.zumokit.InternalTransaction
-
Sender account id or null if it is external user.
- getFromAddress() - Method in class money.zumo.zumokit.InternalTransaction
-
Sender address.
- getFromAddress() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Ethereum wallet address of sender.
- getFromAddresses() - Method in class money.zumo.zumokit.CustodyOrder
-
Crypto addresses from which funds where received, if any.
- getFromCurrency() - Method in class money.zumo.zumokit.ExchangeRate
-
Deposit currency.
- getFromFiatAccount() - Method in class money.zumo.zumokit.TransactionFiatProperties
-
Sender fiat account properties.
- getFromUserId() - Method in class money.zumo.zumokit.CustodyOrder
-
Debit {@link Account's Account's} user identifier, if applicable.
- getFromUserId() - Method in class money.zumo.zumokit.InternalTransaction
-
Sender user id or null if it is external user.
- getFromUserIntegratorId() - Method in class money.zumo.zumokit.CustodyOrder
-
Debit {@link Account's Account's} user integrator identifier, if applicable.
- getFromUserIntegratorId() - Method in class money.zumo.zumokit.InternalTransaction
-
Sender user integrator id 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.
- getIban() - Method in class money.zumo.zumokit.TransactionAmount
-
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.CustodyOrder
-
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.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.
- getIntegratorId() - Method in class money.zumo.zumokit.User.CppProxy
- getIntegratorId() - Method in interface money.zumo.zumokit.User
-
Get user integrator id.
- getInternalTransactions() - Method in class money.zumo.zumokit.Transaction
-
Internal transactions, e.g.
- getIsChange() - Method in class money.zumo.zumokit.TransactionAmount
-
Indicates if this amount represents change amount.
- getKnowledgeBase() - Method in class money.zumo.zumokit.AuthenticationConfig
-
Knowledge-Based Authentication (KBA) questions.
- getLedgerBalance() - Method in class money.zumo.zumokit.Account
-
Account ledger balance.
- 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.
- 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.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.
- getOverdraftLimit() - Method in class money.zumo.zumokit.Account
-
Overdraft limit.
- getPair() - Method in class money.zumo.zumokit.Exchange
-
Exchange pair, e.g.
- 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
- getPrice() - Method in class money.zumo.zumokit.Exchange
-
Exchange quote price.
- getPrice() - Method in class money.zumo.zumokit.Quote
-
Value of 1 unit of debit currency in credit currency.
- 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.
- getRates() - Method in class money.zumo.zumokit.Exchange
-
Exchange rates at the time exchange was made.
- getRecipients() - Method in class money.zumo.zumokit.Transaction
-
Transaction recipients.
- getSca() - Method in class money.zumo.zumokit.Card
-
Boolean indicating if card is SCA compliant.
- getSenders() - Method in class money.zumo.zumokit.Transaction
-
Transaction senders.
- getSide() - Method in class money.zumo.zumokit.Exchange
-
Exchange side, "BUY" or "SELL".
- 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.
- getSortCode() - Method in class money.zumo.zumokit.TransactionAmount
-
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.CustodyOrder
-
Transaction status.
- 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.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.
- getToAccountId() - Method in class money.zumo.zumokit.CustodyOrder
-
Credit
Account
identifier, if applicable. - getToAccountId() - Method in class money.zumo.zumokit.InternalTransaction
-
Recipient account id or null if it is external user.
- getToAddress() - Method in class money.zumo.zumokit.CustodyOrder
-
Destination crypto address, if applicable.
- getToAddress() - Method in class money.zumo.zumokit.InternalTransaction
-
Recipient address.
- getToAddress() - Method in class money.zumo.zumokit.TransactionCryptoProperties
-
Ethereum wallet address of recipient or null, if it is Ethereum contract deploy.
- getToCurrency() - Method in class money.zumo.zumokit.ExchangeRate
-
Target currency.
- getToFiatAccount() - Method in class money.zumo.zumokit.TransactionFiatProperties
-
Recipient fiat account properties.
- getToUserId() - Method in class money.zumo.zumokit.CustodyOrder
-
Credit {@link Account's Account's} user identifier, if applicable.
- getToUserId() - Method in class money.zumo.zumokit.InternalTransaction
-
Recipient user id or null if it is external user.
- getToUserIntegratorId() - Method in class money.zumo.zumokit.CustodyOrder
-
Credit {@link Account's Account's} user integrator identifier, if applicable.
- getToUserIntegratorId() - Method in class money.zumo.zumokit.InternalTransaction
-
Recipient user integrator id 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.
- getTtl() - Method in class money.zumo.zumokit.Quote
-
Expiration in seconds at the time of quote creation, e.g.
- 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', 'NOMINATED' or 'CUSTODY-WITHDRAW'.
- getType() - Method in class money.zumo.zumokit.CustodyOrder
-
Custody order type.
- 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.
- getUpdatedAt() - Method in class money.zumo.zumokit.CustodyOrder
-
Epoch timestamp when custody order was updated.
- getUpdatedAt() - Method in class money.zumo.zumokit.Exchange
-
Timestamp when exchange was updated, e.g.
- getUserId() - Method in class money.zumo.zumokit.TransactionAmount
-
User id or null if it is external user.
- getUserIntegratorId() - Method in class money.zumo.zumokit.TransactionAmount
-
User integrator id or null if it is external user.
- 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.
- 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.CustodyOrder
- hashCode() - Method in class money.zumo.zumokit.Exchange
- hashCode() - Method in class money.zumo.zumokit.ExchangeRate
- hashCode() - Method in class money.zumo.zumokit.InternalTransaction
- 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.TransactionAmount
- 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
- 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
-
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, String, String) - Static method in class money.zumo.zumokit.ZumoCore.CppProxy
- init(HttpProvider, WebSocketFactory, String, String, String, String, String, String, String) - Static method in interface money.zumo.zumokit.ZumoCore
-
Initializes ZumoKit SDK.
- 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.
- InternalTransaction - Class in money.zumo.zumokit
-
Record containing internal transaction details.
- InternalTransaction(String, String, String, String, String, String, String, String, BigDecimal, HashMap<String, Double>) - Constructor for class money.zumo.zumokit.InternalTransaction
- 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_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() - Method in class money.zumo.zumokit.User.CppProxy
- isFiatCustomer() - Method in interface money.zumo.zumokit.User
-
Check if user is a registered fiat customer.
- 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_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, Address, SuccessCallback) - Method in class money.zumo.zumokit.User.CppProxy
- makeFiatCustomer(String, String, String, String, String, String, Address, SuccessCallback) - Method in interface money.zumo.zumokit.User
-
Make user fiat customer 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
- NEW - Static variable in class money.zumo.zumokit.CustodyOrderStatus
-
Custody order has been created and is awaiting command to be executed.
- 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
- NON_CUSTODY - Static variable in class money.zumo.zumokit.CustodyType
-
Funds on non-custody accounts are managed by the end user.
- 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.StringifiedJsonCallback
- 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(String) - Method in interface money.zumo.zumokit.StringifiedJsonCallback
- 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
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.CustodyOrderStatus
-
Custody order has been 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, String, String, String, String, BigDecimal, BigDecimal, BigDecimal, 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
- RECEIVED - Static variable in class money.zumo.zumokit.TransactionDirection
- 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.
- SELL - Static variable in class money.zumo.zumokit.ExchangeSide
- send(String) - Method in class money.zumo.zumokit.WebSocket.CppProxy
- send(String) - Method in interface money.zumo.zumokit.WebSocket
- 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.
- SENT - Static variable in class money.zumo.zumokit.TransactionDirection
- 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.
- StringifiedJsonCallback - Interface in money.zumo.zumokit
-
Callback used by methods in
User
class.. - submitExchange(ComposedExchange, SubmitExchangeCallback) - Method in class money.zumo.zumokit.User.CppProxy
- submitExchange(ComposedExchange, SubmitExchangeCallback) - Method in interface money.zumo.zumokit.User
-
Submit an exchange.
- SubmitExchangeCallback - Interface in money.zumo.zumokit
-
Callback interface used by methods in
Wallet
class. - submitTransaction(ComposedTransaction, String, String, SubmitTransactionCallback) - Method in class money.zumo.zumokit.User.CppProxy
- submitTransaction(ComposedTransaction, String, String, SubmitTransactionCallback) - Method in interface money.zumo.zumokit.User
-
Submit a transaction.
- 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.CustodyOrder
- toString() - Method in class money.zumo.zumokit.CustodyOrderStatus
- toString() - Method in class money.zumo.zumokit.CustodyOrderType
- toString() - Method in class money.zumo.zumokit.CustodyType
- toString() - Method in class money.zumo.zumokit.Exchange
- toString() - Method in class money.zumo.zumokit.ExchangeRate
- toString() - Method in class money.zumo.zumokit.ExchangeSide
- toString() - Method in class money.zumo.zumokit.ExchangeStatus
- toString() - Method in class money.zumo.zumokit.InternalTransaction
- 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.TransactionAmount
- 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, BigDecimal, BigDecimal, String, ArrayList<TransactionAmount>, ArrayList<TransactionAmount>, ArrayList<InternalTransaction>, CustodyOrder, 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.
- TransactionAmount - Class in money.zumo.zumokit
-
Record containing transaction amount details.
- TransactionAmount(String, String, String, String, BigDecimal, HashMap<String, Double>, String, boolean, String, String, String, String) - Constructor for class money.zumo.zumokit.TransactionAmount
- 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, Double>, HashMap<String, Double>) - Constructor for class money.zumo.zumokit.TransactionCryptoProperties
- TransactionDirection - Class in money.zumo.zumokit
-
Transaction direction, 'SENT' or 'RECEIVED'.
- 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, 'CUSTODY', 'CUSTODY-DEPOSIT', 'CUSTODY-WITHDRAW', '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.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
- WITHDRAW - Static variable in class money.zumo.zumokit.CustodyOrderType
- 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, 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