Uses of Class
dev.vality.fistful.ForbiddenOperationCurrency
-
Uses of ForbiddenOperationCurrency in dev.vality.fistful
Methods in dev.vality.fistful that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyForbiddenOperationCurrency. deepCopy()ForbiddenOperationCurrencyForbiddenOperationCurrency. setAllowedCurrencies(Set<CurrencyRef> allowed_currencies)ForbiddenOperationCurrencyForbiddenOperationCurrency. setCurrency(CurrencyRef currency)Methods in dev.vality.fistful with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description intForbiddenOperationCurrency. compareTo(ForbiddenOperationCurrency other)booleanForbiddenOperationCurrency. equals(ForbiddenOperationCurrency that)Constructors in dev.vality.fistful with parameters of type ForbiddenOperationCurrency Constructor Description ForbiddenOperationCurrency(ForbiddenOperationCurrency other)Performs a deep copy on other. -
Uses of ForbiddenOperationCurrency in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as ForbiddenOperationCurrency Modifier and Type Field Description ForbiddenOperationCurrencyManagementSrv.Create_result. ex5Methods in dev.vality.fistful.deposit that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyManagementSrv.Create_result. getEx5()Methods in dev.vality.fistful.deposit with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx5(ForbiddenOperationCurrency ex5)Methods in dev.vality.fistful.deposit that throw ForbiddenOperationCurrency Modifier and Type Method Description DepositStateManagementSrv.Client. create(DepositParams params, Map<String,Value> context)DepositStateManagementSrv.Iface. create(DepositParams params, Map<String,Value> context)DepositStateManagementSrv.AsyncClient.Create_call. getResult()DepositStateManagementSrv.Client. recvCreate()Constructors in dev.vality.fistful.deposit with parameters of type ForbiddenOperationCurrency Constructor Description Create_result(DepositState success, WalletNotFound ex1, SourceNotFound ex2, SourceUnauthorized ex3, InvalidOperationAmount ex4, ForbiddenOperationCurrency ex5, InconsistentDepositCurrency ex6) -
Uses of ForbiddenOperationCurrency in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as ForbiddenOperationCurrency Modifier and Type Field Description ForbiddenOperationCurrencyManagementSrv.Create_result. ex2ForbiddenOperationCurrencyManagementSrv.GetQuote_result. ex2Methods in dev.vality.fistful.p2p_transfer that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyManagementSrv.Create_result. getEx2()ForbiddenOperationCurrencyManagementSrv.GetQuote_result. getEx2()Methods in dev.vality.fistful.p2p_transfer with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx2(ForbiddenOperationCurrency ex2)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx2(ForbiddenOperationCurrency ex2)Methods in dev.vality.fistful.p2p_transfer that throw ForbiddenOperationCurrency Modifier and Type Method Description P2PTransferStateManagementSrv.Client. create(P2PTransferParams params, Map<String,Value> context)P2PTransferStateManagementSrv.Iface. create(P2PTransferParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)P2PTransferStateManagementSrv.AsyncClient.Create_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()P2PTransferStateManagementSrv.Client. recvCreate()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.p2p_transfer with parameters of type ForbiddenOperationCurrency Constructor Description Create_result(P2PTransferState success, IdentityNotFound ex1, ForbiddenOperationCurrency ex2, ForbiddenOperationAmount ex3, OperationNotPermitted ex4, NoResourceInfo ex5)GetQuote_result(Quote success, IdentityNotFound ex1, ForbiddenOperationCurrency ex2, ForbiddenOperationAmount ex3, OperationNotPermitted ex4, NoResourceInfo ex5) -
Uses of ForbiddenOperationCurrency in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as ForbiddenOperationCurrency Modifier and Type Field Description ForbiddenOperationCurrencyManagementSrv.CreateTransfer_result. ex3ForbiddenOperationCurrencyManagementSrv.GetQuote_result. ex3Methods in dev.vality.fistful.p2p.template that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyManagementSrv.CreateTransfer_result. getEx3()ForbiddenOperationCurrencyManagementSrv.GetQuote_result. getEx3()Methods in dev.vality.fistful.p2p.template with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description ManagementSrv.CreateTransfer_resultManagementSrv.CreateTransfer_result. setEx3(ForbiddenOperationCurrency ex3)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx3(ForbiddenOperationCurrency ex3)Methods in dev.vality.fistful.p2p.template that throw ForbiddenOperationCurrency Modifier and Type Method Description P2PTransferStateManagementSrv.Client. createTransfer(String id, P2PTemplateTransferParams params, Map<String,Value> context)P2PTransferStateManagementSrv.Iface. createTransfer(String id, P2PTemplateTransferParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(String id, P2PTemplateQuoteParams params)QuoteManagementSrv.Iface. getQuote(String id, P2PTemplateQuoteParams params)P2PTransferStateManagementSrv.AsyncClient.CreateTransfer_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()P2PTransferStateManagementSrv.Client. recvCreateTransfer()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.p2p.template with parameters of type ForbiddenOperationCurrency Constructor Description CreateTransfer_result(P2PTransferState success, P2PTemplateNotFound ex1, IdentityNotFound ex2, ForbiddenOperationCurrency ex3, ForbiddenOperationAmount ex4, OperationNotPermitted ex5, NoResourceInfo ex6)GetQuote_result(Quote success, P2PTemplateNotFound ex1, IdentityNotFound ex2, ForbiddenOperationCurrency ex3, ForbiddenOperationAmount ex4, OperationNotPermitted ex5, NoResourceInfo ex6) -
Uses of ForbiddenOperationCurrency in dev.vality.fistful.w2w_transfer
Fields in dev.vality.fistful.w2w_transfer declared as ForbiddenOperationCurrency Modifier and Type Field Description ForbiddenOperationCurrencyManagementSrv.Create_result. ex3Methods in dev.vality.fistful.w2w_transfer that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyManagementSrv.Create_result. getEx3()Methods in dev.vality.fistful.w2w_transfer with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx3(ForbiddenOperationCurrency ex3)Methods in dev.vality.fistful.w2w_transfer that throw ForbiddenOperationCurrency 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 ForbiddenOperationCurrency Constructor Description Create_result(W2WTransferState success, WalletNotFound ex1, InvalidOperationAmount ex2, ForbiddenOperationCurrency ex3, InconsistentW2WTransferCurrency ex4, WalletInaccessible ex5) -
Uses of ForbiddenOperationCurrency in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as ForbiddenOperationCurrency Modifier and Type Field Description ForbiddenOperationCurrencyManagementSrv.GetQuote_result. ex4ForbiddenOperationCurrencyManagementSrv.Create_result. ex5Methods in dev.vality.fistful.withdrawal that return ForbiddenOperationCurrency Modifier and Type Method Description ForbiddenOperationCurrencyManagementSrv.GetQuote_result. getEx4()ForbiddenOperationCurrencyManagementSrv.Create_result. getEx5()Methods in dev.vality.fistful.withdrawal with parameters of type ForbiddenOperationCurrency Modifier and Type Method Description ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx4(ForbiddenOperationCurrency ex4)ManagementSrv.Create_resultManagementSrv.Create_result. setEx5(ForbiddenOperationCurrency ex5)Methods in dev.vality.fistful.withdrawal that throw ForbiddenOperationCurrency 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 ForbiddenOperationCurrency 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)