Uses of Class
dev.vality.fistful.InvalidOperationAmount
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.deposit | |
| dev.vality.fistful.p2p.template | |
| dev.vality.fistful.w2w_transfer | |
| dev.vality.fistful.withdrawal |
-
Uses of InvalidOperationAmount in dev.vality.fistful
Methods in dev.vality.fistful that return InvalidOperationAmount Modifier and Type Method Description InvalidOperationAmountInvalidOperationAmount. deepCopy()InvalidOperationAmountInvalidOperationAmount. setAmount(Cash amount)Methods in dev.vality.fistful with parameters of type InvalidOperationAmount Modifier and Type Method Description intInvalidOperationAmount. compareTo(InvalidOperationAmount other)booleanInvalidOperationAmount. equals(InvalidOperationAmount that)Constructors in dev.vality.fistful with parameters of type InvalidOperationAmount Constructor Description InvalidOperationAmount(InvalidOperationAmount other)Performs a deep copy on other. -
Uses of InvalidOperationAmount in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as InvalidOperationAmount Modifier and Type Field Description InvalidOperationAmountManagementSrv.Create_result. ex4InvalidOperationAmountManagementSrv.CreateRevert_result. ex5Methods in dev.vality.fistful.deposit that return InvalidOperationAmount Modifier and Type Method Description InvalidOperationAmountManagementSrv.Create_result. getEx4()InvalidOperationAmountManagementSrv.CreateRevert_result. getEx5()Methods in dev.vality.fistful.deposit with parameters of type InvalidOperationAmount Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx4(InvalidOperationAmount ex4)ManagementSrv.CreateRevert_resultManagementSrv.CreateRevert_result. setEx5(InvalidOperationAmount ex5)Methods in dev.vality.fistful.deposit that throw InvalidOperationAmount Modifier and Type Method Description DepositStateManagementSrv.Client. create(DepositParams params, Map<String,Value> context)DepositStateManagementSrv.Iface. create(DepositParams params, Map<String,Value> context)RevertStateManagementSrv.Client. createRevert(String id, RevertParams params)RevertStateManagementSrv.Iface. createRevert(String id, RevertParams params)DepositStateManagementSrv.AsyncClient.Create_call. getResult()RevertStateManagementSrv.AsyncClient.CreateRevert_call. getResult()DepositStateManagementSrv.Client. recvCreate()RevertStateManagementSrv.Client. recvCreateRevert()Constructors in dev.vality.fistful.deposit with parameters of type InvalidOperationAmount Constructor Description Create_result(DepositState success, WalletNotFound ex1, SourceNotFound ex2, SourceUnauthorized ex3, InvalidOperationAmount ex4, ForbiddenOperationCurrency ex5, InconsistentDepositCurrency ex6)CreateRevert_result(RevertState success, DepositNotFound ex1, InvalidDepositStatus ex2, InconsistentRevertCurrency ex3, InsufficientDepositAmount ex4, InvalidOperationAmount ex5) -
Uses of InvalidOperationAmount in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as InvalidOperationAmount Modifier and Type Field Description InvalidOperationAmountManagementSrv.Create_result. ex5Methods in dev.vality.fistful.p2p.template that return InvalidOperationAmount Modifier and Type Method Description InvalidOperationAmountManagementSrv.Create_result. getEx5()Methods in dev.vality.fistful.p2p.template with parameters of type InvalidOperationAmount Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx5(InvalidOperationAmount ex5)Methods in dev.vality.fistful.p2p.template that throw InvalidOperationAmount Modifier and Type Method Description P2PTemplateStateManagementSrv.Client. create(P2PTemplateParams params, Map<String,Value> context)P2PTemplateStateManagementSrv.Iface. create(P2PTemplateParams params, Map<String,Value> context)P2PTemplateStateManagementSrv.AsyncClient.Create_call. getResult()P2PTemplateStateManagementSrv.Client. recvCreate()Constructors in dev.vality.fistful.p2p.template with parameters of type InvalidOperationAmount Constructor Description Create_result(P2PTemplateState success, IdentityNotFound ex1, CurrencyNotFound ex2, PartyInaccessible ex3, InvalidOperationAmount ex5) -
Uses of InvalidOperationAmount in dev.vality.fistful.w2w_transfer
Fields in dev.vality.fistful.w2w_transfer declared as InvalidOperationAmount Modifier and Type Field Description InvalidOperationAmountManagementSrv.Create_result. ex2Methods in dev.vality.fistful.w2w_transfer that return InvalidOperationAmount Modifier and Type Method Description InvalidOperationAmountManagementSrv.Create_result. getEx2()Methods in dev.vality.fistful.w2w_transfer with parameters of type InvalidOperationAmount Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx2(InvalidOperationAmount ex2)Methods in dev.vality.fistful.w2w_transfer that throw InvalidOperationAmount Modifier and Type Method Description W2WTransferStateManagementSrv.Client. create(W2WTransferParams params, Map<String,Value> context)W2WTransferStateManagementSrv.Iface. create(W2WTransferParams params, Map<String,Value> context)W2WTransferStateManagementSrv.AsyncClient.Create_call. getResult()W2WTransferStateManagementSrv.Client. recvCreate()Constructors in dev.vality.fistful.w2w_transfer with parameters of type InvalidOperationAmount Constructor Description Create_result(W2WTransferState success, WalletNotFound ex1, InvalidOperationAmount ex2, ForbiddenOperationCurrency ex3, InconsistentW2WTransferCurrency ex4, WalletInaccessible ex5) -
Uses of InvalidOperationAmount in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as InvalidOperationAmount Modifier and Type Field Description InvalidOperationAmountManagementSrv.GetQuote_result. ex6InvalidOperationAmountManagementSrv.Create_result. ex7Methods in dev.vality.fistful.withdrawal that return InvalidOperationAmount Modifier and Type Method Description InvalidOperationAmountManagementSrv.GetQuote_result. getEx6()InvalidOperationAmountManagementSrv.Create_result. getEx7()Methods in dev.vality.fistful.withdrawal with parameters of type InvalidOperationAmount Modifier and Type Method Description ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx6(InvalidOperationAmount ex6)ManagementSrv.Create_resultManagementSrv.Create_result. setEx7(InvalidOperationAmount ex7)Methods in dev.vality.fistful.withdrawal that throw InvalidOperationAmount Modifier and Type Method Description WithdrawalStateManagementSrv.Client. create(WithdrawalParams params, Map<String,Value> context)WithdrawalStateManagementSrv.Iface. create(WithdrawalParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)WithdrawalStateManagementSrv.AsyncClient.Create_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()WithdrawalStateManagementSrv.Client. recvCreate()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.withdrawal with parameters of type InvalidOperationAmount Constructor Description Create_result(WithdrawalState success, WalletNotFound ex2, DestinationNotFound ex3, DestinationUnauthorized ex4, ForbiddenOperationCurrency ex5, ForbiddenOperationAmount ex6, InvalidOperationAmount ex7, InconsistentWithdrawalCurrency ex8, NoDestinationResourceInfo ex9, IdentityProvidersMismatch ex10, WalletInaccessible ex11, ForbiddenWithdrawalMethod ex12)GetQuote_result(Quote success, WalletNotFound ex1, DestinationNotFound ex2, DestinationUnauthorized ex3, ForbiddenOperationCurrency ex4, ForbiddenOperationAmount ex5, InvalidOperationAmount ex6, InconsistentWithdrawalCurrency ex7, IdentityProvidersMismatch ex8, ForbiddenWithdrawalMethod ex9)