Uses of Class
dev.vality.fistful.base.Cash
-
Uses of Cash in dev.vality.fistful
Fields in dev.vality.fistful declared as Cash Modifier and Type Field Description CashForbiddenOperationAmount. amountCashInvalidOperationAmount. amountMethods in dev.vality.fistful that return Cash Modifier and Type Method Description CashForbiddenOperationAmount. getAmount()CashInvalidOperationAmount. getAmount()Methods in dev.vality.fistful with parameters of type Cash Modifier and Type Method Description ForbiddenOperationAmountForbiddenOperationAmount. setAmount(Cash amount)InvalidOperationAmountInvalidOperationAmount. setAmount(Cash amount)Constructors in dev.vality.fistful with parameters of type Cash Constructor Description ForbiddenOperationAmount(Cash amount, CashRange allowed_range)InvalidOperationAmount(Cash amount) -
Uses of Cash in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as Cash Modifier and Type Field Description CashDepositParams. bodyMethods in dev.vality.fistful.admin that return Cash Modifier and Type Method Description CashDepositParams. getBody()Methods in dev.vality.fistful.admin with parameters of type Cash Modifier and Type Method Description DepositParamsDepositParams. setBody(Cash body)Constructors in dev.vality.fistful.admin with parameters of type Cash Constructor Description DepositParams(String id, String source, String destination, Cash body) -
Uses of Cash in dev.vality.fistful.base
Fields in dev.vality.fistful.base with type parameters of type Cash Modifier and Type Field Description Map<CashFlowConstant,Cash>Fees. feesMethods in dev.vality.fistful.base that return Cash Modifier and Type Method Description CashCash. deepCopy()CashCashBound. getExclusive()CashCashBound. getInclusive()CashCash. setAmount(long amount)CashCash. setCurrency(CurrencyRef currency)Methods in dev.vality.fistful.base that return types with arguments of type Cash Modifier and Type Method Description Map<CashFlowConstant,Cash>Fees. getFees()Methods in dev.vality.fistful.base with parameters of type Cash Modifier and Type Method Description intCash. compareTo(Cash other)booleanCash. equals(Cash that)static CashBoundCashBound. exclusive(Cash value)static CashBoundCashBound. inclusive(Cash value)voidFees. putToFees(CashFlowConstant key, Cash val)voidCashBound. setExclusive(Cash value)voidCashBound. setInclusive(Cash value)Method parameters in dev.vality.fistful.base with type arguments of type Cash Modifier and Type Method Description FeesFees. setFees(Map<CashFlowConstant,Cash> fees)Constructors in dev.vality.fistful.base with parameters of type Cash Constructor Description Cash(Cash other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.base with type arguments of type Cash Constructor Description Fees(Map<CashFlowConstant,Cash> fees) -
Uses of Cash in dev.vality.fistful.cashflow
Fields in dev.vality.fistful.cashflow declared as Cash Modifier and Type Field Description CashFinalCashFlowPosting. volumeMethods in dev.vality.fistful.cashflow that return Cash Modifier and Type Method Description CashFinalCashFlowPosting. getVolume()Methods in dev.vality.fistful.cashflow with parameters of type Cash Modifier and Type Method Description FinalCashFlowPostingFinalCashFlowPosting. setVolume(Cash volume)Constructors in dev.vality.fistful.cashflow with parameters of type Cash Constructor Description FinalCashFlowPosting(FinalCashFlowAccount source, FinalCashFlowAccount destination, Cash volume) -
Uses of Cash in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as Cash Modifier and Type Field Description CashDeposit. bodyCashDepositParams. bodyCashDepositState. bodyCashInsufficientDepositAmount. deposit_amountCashInsufficientDepositAmount. revert_bodyMethods in dev.vality.fistful.deposit that return Cash Modifier and Type Method Description CashDeposit. getBody()CashDepositParams. getBody()CashDepositState. getBody()CashInsufficientDepositAmount. getDepositAmount()CashInsufficientDepositAmount. getRevertBody()Methods in dev.vality.fistful.deposit with parameters of type Cash Modifier and Type Method Description DepositDeposit. setBody(Cash body)DepositParamsDepositParams. setBody(Cash body)DepositStateDepositState. setBody(Cash body)InsufficientDepositAmountInsufficientDepositAmount. setDepositAmount(Cash deposit_amount)InsufficientDepositAmountInsufficientDepositAmount. setRevertBody(Cash revert_body)Constructors in dev.vality.fistful.deposit with parameters of type Cash Constructor Description Deposit(String id, String wallet_id, String source_id, Cash body)DepositParams(String id, String wallet_id, String source_id, Cash body)DepositState(String id, String wallet_id, String source_id, Cash body, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<RevertState> reverts, List<AdjustmentState> adjustments)InsufficientDepositAmount(Cash revert_body, Cash deposit_amount) -
Uses of Cash in dev.vality.fistful.deposit.revert
Fields in dev.vality.fistful.deposit.revert declared as Cash Modifier and Type Field Description CashRevert. bodyCashRevertParams. bodyCashRevertState. bodyMethods in dev.vality.fistful.deposit.revert that return Cash Modifier and Type Method Description CashRevert. getBody()CashRevertParams. getBody()CashRevertState. getBody()Methods in dev.vality.fistful.deposit.revert with parameters of type Cash Modifier and Type Method Description RevertRevert. setBody(Cash body)RevertParamsRevertParams. setBody(Cash body)RevertStateRevertState. setBody(Cash body)Constructors in dev.vality.fistful.deposit.revert with parameters of type Cash Constructor Description Revert(String id, String wallet_id, String source_id, Status status, Cash body, String created_at, long domain_revision, long party_revision)RevertParams(String id, Cash body)RevertState(String id, String wallet_id, String source_id, Status status, Cash body, String created_at, long domain_revision, long party_revision, FinalCashFlow effective_final_cash_flow, List<AdjustmentState> adjustments) -
Uses of Cash in dev.vality.fistful.fistful_stat
Fields in dev.vality.fistful.fistful_stat declared as Cash Modifier and Type Field Description CashDepositAdjustmentCashChangePlan. amountCashStatDepositRevert. bodyCashDepositAdjustmentCashChangePlan. feeCashDepositAdjustmentCashChangePlan. provider_feeMethods in dev.vality.fistful.fistful_stat that return Cash Modifier and Type Method Description CashDepositAdjustmentCashChangePlan. getAmount()CashStatDepositRevert. getBody()CashDepositAdjustmentCashChangePlan. getFee()CashDepositAdjustmentCashChangePlan. getProviderFee()Methods in dev.vality.fistful.fistful_stat with parameters of type Cash Modifier and Type Method Description DepositAdjustmentCashChangePlanDepositAdjustmentCashChangePlan. setAmount(Cash amount)StatDepositRevertStatDepositRevert. setBody(Cash body)DepositAdjustmentCashChangePlanDepositAdjustmentCashChangePlan. setFee(Cash fee)DepositAdjustmentCashChangePlanDepositAdjustmentCashChangePlan. setProviderFee(Cash provider_fee)Constructors in dev.vality.fistful.fistful_stat with parameters of type Cash Constructor Description DepositAdjustmentCashChangePlan(Cash amount, Cash fee, Cash provider_fee)StatDepositRevert(String id, String wallet_id, String source_id, DepositRevertStatus status, Cash body, String created_at, long domain_revision, long party_revision, String deposit_id) -
Uses of Cash in dev.vality.fistful.limit_check
Fields in dev.vality.fistful.limit_check declared as Cash Modifier and Type Field Description CashWalletFailed. balanceMethods in dev.vality.fistful.limit_check that return Cash Modifier and Type Method Description CashWalletFailed. getBalance()Methods in dev.vality.fistful.limit_check with parameters of type Cash Modifier and Type Method Description WalletFailedWalletFailed. setBalance(Cash balance)Constructors in dev.vality.fistful.limit_check with parameters of type Cash Constructor Description WalletFailed(CashRange expected, Cash balance) -
Uses of Cash in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as Cash Modifier and Type Field Description CashP2PTransfer. cashMethods in dev.vality.fistful.p2p_session that return Cash Modifier and Type Method Description CashP2PTransfer. getCash()Methods in dev.vality.fistful.p2p_session with parameters of type Cash Modifier and Type Method Description P2PTransferP2PTransfer. setCash(Cash cash)Constructors in dev.vality.fistful.p2p_session with parameters of type Cash Constructor Description P2PTransfer(String id, Resource sender, Resource receiver, Cash cash) -
Uses of Cash in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as Cash Modifier and Type Field Description CashP2PTransfer. bodyCashP2PTransferParams. bodyCashP2PTransferState. bodyCashQuote. bodyCashQuoteParams. bodyMethods in dev.vality.fistful.p2p_transfer that return Cash Modifier and Type Method Description CashP2PTransfer. getBody()CashP2PTransferParams. getBody()CashP2PTransferState. getBody()CashQuote. getBody()CashQuoteParams. getBody()Methods in dev.vality.fistful.p2p_transfer with parameters of type Cash Modifier and Type Method Description P2PTransferP2PTransfer. setBody(Cash body)P2PTransferParamsP2PTransferParams. setBody(Cash body)P2PTransferStateP2PTransferState. setBody(Cash body)QuoteQuote. setBody(Cash body)QuoteParamsQuoteParams. setBody(Cash body)Constructors in dev.vality.fistful.p2p_transfer with parameters of type Cash Constructor Description P2PTransfer(String id, String owner, Sender sender, Receiver receiver, Cash body, Status status, String created_at, long domain_revision, long party_revision, String operation_timestamp)P2PTransferParams(String id, String identity_id, Sender sender, Receiver receiver, Cash body)P2PTransferState(String id, String owner, Sender sender, Receiver receiver, Cash body, Status status, String created_at, long domain_revision, long party_revision, String operation_timestamp, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<SessionState> sessions, List<AdjustmentState> adjustments)Quote(Cash body, String created_at, String expires_on, long domain_revision, long party_revision, String identity_id, Resource sender, Resource receiver)QuoteParams(Cash body, String identity_id, Resource sender, Resource receiver) -
Uses of Cash in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as Cash Modifier and Type Field Description CashP2PTemplateQuoteParams. bodyCashP2PTemplateTransferParams. bodyMethods in dev.vality.fistful.p2p.template that return Cash Modifier and Type Method Description CashP2PTemplateQuoteParams. getBody()CashP2PTemplateTransferParams. getBody()Methods in dev.vality.fistful.p2p.template with parameters of type Cash Modifier and Type Method Description P2PTemplateQuoteParamsP2PTemplateQuoteParams. setBody(Cash body)P2PTemplateTransferParamsP2PTemplateTransferParams. setBody(Cash body)Constructors in dev.vality.fistful.p2p.template with parameters of type Cash Constructor Description P2PTemplateQuoteParams(Resource sender, Resource receiver, Cash body)P2PTemplateTransferParams(String id, Sender sender, Receiver receiver, Cash body) -
Uses of Cash in dev.vality.fistful.w2w_transfer
Fields in dev.vality.fistful.w2w_transfer declared as Cash Modifier and Type Field Description CashW2WTransfer. bodyCashW2WTransferParams. bodyCashW2WTransferState. bodyMethods in dev.vality.fistful.w2w_transfer that return Cash Modifier and Type Method Description CashW2WTransfer. getBody()CashW2WTransferParams. getBody()CashW2WTransferState. getBody()Methods in dev.vality.fistful.w2w_transfer with parameters of type Cash Modifier and Type Method Description W2WTransferW2WTransfer. setBody(Cash body)W2WTransferParamsW2WTransferParams. setBody(Cash body)W2WTransferStateW2WTransferState. setBody(Cash body)Constructors in dev.vality.fistful.w2w_transfer with parameters of type Cash Constructor Description W2WTransfer(String id, String wallet_from_id, String wallet_to_id, Cash body, String created_at, long domain_revision, long party_revision)W2WTransferParams(String id, String wallet_from_id, String wallet_to_id, Cash body)W2WTransferState(String id, String wallet_from_id, String wallet_to_id, Cash body, String created_at, long domain_revision, long party_revision, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<AdjustmentState> adjustments) -
Uses of Cash in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Cash Modifier and Type Field Description CashQuoteParams. bodyCashWithdrawal. bodyCashWithdrawalParams. bodyCashWithdrawalState. bodyCashQuote. cash_fromCashQuoteState. cash_fromCashQuote. cash_toCashQuoteState. cash_toMethods in dev.vality.fistful.withdrawal that return Cash Modifier and Type Method Description CashQuoteParams. getBody()CashWithdrawal. getBody()CashWithdrawalParams. getBody()CashWithdrawalState. getBody()CashQuote. getCashFrom()CashQuoteState. getCashFrom()CashQuote. getCashTo()CashQuoteState. getCashTo()Methods in dev.vality.fistful.withdrawal with parameters of type Cash Modifier and Type Method Description QuoteParamsQuoteParams. setBody(Cash body)WithdrawalWithdrawal. setBody(Cash body)WithdrawalParamsWithdrawalParams. setBody(Cash body)WithdrawalStateWithdrawalState. setBody(Cash body)QuoteQuote. setCashFrom(Cash cash_from)QuoteStateQuoteState. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)QuoteStateQuoteState. setCashTo(Cash cash_to)Constructors in dev.vality.fistful.withdrawal with parameters of type Cash Constructor Description Quote(Cash cash_from, Cash cash_to, String created_at, String expires_on, Value quote_data, Route route, String operation_timestamp)QuoteParams(String wallet_id, CurrencyRef currency_from, CurrencyRef currency_to, Cash body)QuoteState(Cash cash_from, Cash cash_to, String created_at, String expires_on)Withdrawal(String wallet_id, String destination_id, Cash body)WithdrawalParams(String id, String wallet_id, String destination_id, Cash body)WithdrawalState(String wallet_id, String destination_id, Cash body, Map<String,Value> context, FinalCashFlow effective_final_cash_flow, List<SessionState> sessions, List<AdjustmentState> adjustments) -
Uses of Cash in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Cash Modifier and Type Field Description CashWithdrawal. cashCashQuote. cash_fromCashQuote. cash_toMethods in dev.vality.fistful.withdrawal_session that return Cash Modifier and Type Method Description CashWithdrawal. getCash()CashQuote. getCashFrom()CashQuote. getCashTo()Methods in dev.vality.fistful.withdrawal_session with parameters of type Cash Modifier and Type Method Description WithdrawalWithdrawal. setCash(Cash cash)QuoteQuote. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)