Uses of Class
dev.vality.fistful.base.CurrencyRef
-
Uses of CurrencyRef in dev.vality.fistful
Fields in dev.vality.fistful declared as CurrencyRef Modifier and Type Field Description CurrencyRefForbiddenOperationCurrency. currencyFields in dev.vality.fistful with type parameters of type CurrencyRef Modifier and Type Field Description Set<CurrencyRef>ForbiddenOperationCurrency. allowed_currenciesMethods in dev.vality.fistful that return CurrencyRef Modifier and Type Method Description CurrencyRefForbiddenOperationCurrency. getCurrency()Methods in dev.vality.fistful that return types with arguments of type CurrencyRef Modifier and Type Method Description Set<CurrencyRef>ForbiddenOperationCurrency. getAllowedCurrencies()Iterator<CurrencyRef>ForbiddenOperationCurrency. getAllowedCurrenciesIterator()Methods in dev.vality.fistful with parameters of type CurrencyRef Modifier and Type Method Description voidForbiddenOperationCurrency. addToAllowedCurrencies(CurrencyRef elem)ForbiddenOperationCurrencyForbiddenOperationCurrency. setCurrency(CurrencyRef currency)Method parameters in dev.vality.fistful with type arguments of type CurrencyRef Modifier and Type Method Description ForbiddenOperationCurrencyForbiddenOperationCurrency. setAllowedCurrencies(Set<CurrencyRef> allowed_currencies)Constructors in dev.vality.fistful with parameters of type CurrencyRef Constructor Description ForbiddenOperationCurrency(CurrencyRef currency, Set<CurrencyRef> allowed_currencies)Constructor parameters in dev.vality.fistful with type arguments of type CurrencyRef Constructor Description ForbiddenOperationCurrency(CurrencyRef currency, Set<CurrencyRef> allowed_currencies) -
Uses of CurrencyRef in dev.vality.fistful.account
Fields in dev.vality.fistful.account declared as CurrencyRef Modifier and Type Field Description CurrencyRefAccount. currencyCurrencyRefAccountBalance. currencyMethods in dev.vality.fistful.account that return CurrencyRef Modifier and Type Method Description CurrencyRefAccount. getCurrency()CurrencyRefAccountBalance. getCurrency()Methods in dev.vality.fistful.account with parameters of type CurrencyRef Modifier and Type Method Description AccountAccount. setCurrency(CurrencyRef currency)AccountBalanceAccountBalance. setCurrency(CurrencyRef currency)Constructors in dev.vality.fistful.account with parameters of type CurrencyRef Constructor Description Account(String id, String identity, CurrencyRef currency, long accounter_account_id)AccountBalance(String id, CurrencyRef currency, long expected_min, long current, long expected_max) -
Uses of CurrencyRef in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as CurrencyRef Modifier and Type Field Description CurrencyRefSourceParams. currencyMethods in dev.vality.fistful.admin that return CurrencyRef Modifier and Type Method Description CurrencyRefSourceParams. getCurrency()Methods in dev.vality.fistful.admin with parameters of type CurrencyRef Modifier and Type Method Description SourceParamsSourceParams. setCurrency(CurrencyRef currency)Constructors in dev.vality.fistful.admin with parameters of type CurrencyRef Constructor Description SourceParams(String id, String name, String identity_id, CurrencyRef currency, Resource resource) -
Uses of CurrencyRef in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as CurrencyRef Modifier and Type Field Description CurrencyRefCash. currencyMethods in dev.vality.fistful.base that return CurrencyRef Modifier and Type Method Description CurrencyRefCurrencyRef. deepCopy()CurrencyRefCash. getCurrency()CurrencyRefCurrencyRef. setSymbolicCode(String symbolic_code)Methods in dev.vality.fistful.base with parameters of type CurrencyRef Modifier and Type Method Description intCurrencyRef. compareTo(CurrencyRef other)booleanCurrencyRef. equals(CurrencyRef that)CashCash. setCurrency(CurrencyRef currency)Constructors in dev.vality.fistful.base with parameters of type CurrencyRef Constructor Description Cash(long amount, CurrencyRef currency)CurrencyRef(CurrencyRef other)Performs a deep copy on other. -
Uses of CurrencyRef in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as CurrencyRef Modifier and Type Field Description CurrencyRefInconsistentDepositCurrency. deposit_currencyCurrencyRefInconsistentRevertCurrency. deposit_currencyCurrencyRefInconsistentRevertCurrency. revert_currencyCurrencyRefInconsistentDepositCurrency. source_currencyCurrencyRefInconsistentDepositCurrency. wallet_currencyMethods in dev.vality.fistful.deposit that return CurrencyRef Modifier and Type Method Description CurrencyRefInconsistentDepositCurrency. getDepositCurrency()CurrencyRefInconsistentRevertCurrency. getDepositCurrency()CurrencyRefInconsistentRevertCurrency. getRevertCurrency()CurrencyRefInconsistentDepositCurrency. getSourceCurrency()CurrencyRefInconsistentDepositCurrency. getWalletCurrency()Methods in dev.vality.fistful.deposit with parameters of type CurrencyRef Modifier and Type Method Description InconsistentDepositCurrencyInconsistentDepositCurrency. setDepositCurrency(CurrencyRef deposit_currency)InconsistentRevertCurrencyInconsistentRevertCurrency. setDepositCurrency(CurrencyRef deposit_currency)InconsistentRevertCurrencyInconsistentRevertCurrency. setRevertCurrency(CurrencyRef revert_currency)InconsistentDepositCurrencyInconsistentDepositCurrency. setSourceCurrency(CurrencyRef source_currency)InconsistentDepositCurrencyInconsistentDepositCurrency. setWalletCurrency(CurrencyRef wallet_currency)Constructors in dev.vality.fistful.deposit with parameters of type CurrencyRef Constructor Description InconsistentDepositCurrency(CurrencyRef deposit_currency, CurrencyRef source_currency, CurrencyRef wallet_currency)InconsistentRevertCurrency(CurrencyRef revert_currency, CurrencyRef deposit_currency) -
Uses of CurrencyRef in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as CurrencyRef Modifier and Type Field Description CurrencyRefCash. currencyMethods in dev.vality.fistful.p2p.template that return CurrencyRef Modifier and Type Method Description CurrencyRefCash. getCurrency()Methods in dev.vality.fistful.p2p.template with parameters of type CurrencyRef Modifier and Type Method Description CashCash. setCurrency(CurrencyRef currency)Constructors in dev.vality.fistful.p2p.template with parameters of type CurrencyRef Constructor Description Cash(CurrencyRef currency) -
Uses of CurrencyRef in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as CurrencyRef Modifier and Type Field Description CurrencyRefSourceParams. currencyMethods in dev.vality.fistful.source that return CurrencyRef Modifier and Type Method Description CurrencyRefSourceParams. getCurrency()Methods in dev.vality.fistful.source with parameters of type CurrencyRef Modifier and Type Method Description SourceParamsSourceParams. setCurrency(CurrencyRef currency)Constructors in dev.vality.fistful.source with parameters of type CurrencyRef Constructor Description SourceParams(String id, String name, String identity_id, CurrencyRef currency, Resource resource) -
Uses of CurrencyRef in dev.vality.fistful.w2w_transfer
Fields in dev.vality.fistful.w2w_transfer declared as CurrencyRef Modifier and Type Field Description CurrencyRefInconsistentW2WTransferCurrency. w2w_transfer_currencyCurrencyRefInconsistentW2WTransferCurrency. wallet_from_currencyCurrencyRefInconsistentW2WTransferCurrency. wallet_to_currencyMethods in dev.vality.fistful.w2w_transfer that return CurrencyRef Modifier and Type Method Description CurrencyRefInconsistentW2WTransferCurrency. getW2wTransferCurrency()CurrencyRefInconsistentW2WTransferCurrency. getWalletFromCurrency()CurrencyRefInconsistentW2WTransferCurrency. getWalletToCurrency()Methods in dev.vality.fistful.w2w_transfer with parameters of type CurrencyRef Modifier and Type Method Description InconsistentW2WTransferCurrencyInconsistentW2WTransferCurrency. setW2wTransferCurrency(CurrencyRef w2w_transfer_currency)InconsistentW2WTransferCurrencyInconsistentW2WTransferCurrency. setWalletFromCurrency(CurrencyRef wallet_from_currency)InconsistentW2WTransferCurrencyInconsistentW2WTransferCurrency. setWalletToCurrency(CurrencyRef wallet_to_currency)Constructors in dev.vality.fistful.w2w_transfer with parameters of type CurrencyRef Constructor Description InconsistentW2WTransferCurrency(CurrencyRef w2w_transfer_currency, CurrencyRef wallet_from_currency, CurrencyRef wallet_to_currency) -
Uses of CurrencyRef in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as CurrencyRef Modifier and Type Field Description CurrencyRefQuoteParams. currency_fromCurrencyRefQuoteParams. currency_toCurrencyRefInconsistentWithdrawalCurrency. destination_currencyCurrencyRefInconsistentWithdrawalCurrency. wallet_currencyCurrencyRefInconsistentWithdrawalCurrency. withdrawal_currencyMethods in dev.vality.fistful.withdrawal that return CurrencyRef Modifier and Type Method Description CurrencyRefQuoteParams. getCurrencyFrom()CurrencyRefQuoteParams. getCurrencyTo()CurrencyRefInconsistentWithdrawalCurrency. getDestinationCurrency()CurrencyRefInconsistentWithdrawalCurrency. getWalletCurrency()CurrencyRefInconsistentWithdrawalCurrency. getWithdrawalCurrency()Methods in dev.vality.fistful.withdrawal with parameters of type CurrencyRef Modifier and Type Method Description QuoteParamsQuoteParams. setCurrencyFrom(CurrencyRef currency_from)QuoteParamsQuoteParams. setCurrencyTo(CurrencyRef currency_to)InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setDestinationCurrency(CurrencyRef destination_currency)InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setWalletCurrency(CurrencyRef wallet_currency)InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setWithdrawalCurrency(CurrencyRef withdrawal_currency)Constructors in dev.vality.fistful.withdrawal with parameters of type CurrencyRef Constructor Description InconsistentWithdrawalCurrency(CurrencyRef withdrawal_currency, CurrencyRef destination_currency, CurrencyRef wallet_currency)QuoteParams(String wallet_id, CurrencyRef currency_from, CurrencyRef currency_to, Cash body)