Uses of Class
dev.vality.fistful.WalletNotFound
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.admin | |
| dev.vality.fistful.deposit | |
| dev.vality.fistful.w2w_transfer | |
| dev.vality.fistful.wallet | |
| dev.vality.fistful.withdrawal |
-
Uses of WalletNotFound in dev.vality.fistful
Methods in dev.vality.fistful that return WalletNotFound Modifier and Type Method Description WalletNotFoundWalletNotFound. deepCopy()WalletNotFoundWalletNotFound. setId(String id)Methods in dev.vality.fistful with parameters of type WalletNotFound Modifier and Type Method Description intWalletNotFound. compareTo(WalletNotFound other)booleanWalletNotFound. equals(WalletNotFound that)Constructors in dev.vality.fistful with parameters of type WalletNotFound Constructor Description WalletNotFound(WalletNotFound other)Performs a deep copy on other. -
Uses of WalletNotFound in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as WalletNotFound Modifier and Type Field Description WalletNotFoundFistfulAdminSrv.CreateDeposit_result. ex2Methods in dev.vality.fistful.admin that return WalletNotFound Modifier and Type Method Description WalletNotFoundFistfulAdminSrv.CreateDeposit_result. getEx2()Methods in dev.vality.fistful.admin with parameters of type WalletNotFound Modifier and Type Method Description FistfulAdminSrv.CreateDeposit_resultFistfulAdminSrv.CreateDeposit_result. setEx2(WalletNotFound ex2)Methods in dev.vality.fistful.admin that throw WalletNotFound Modifier and Type Method Description DepositFistfulAdminSrv.Client. createDeposit(DepositParams params)DepositFistfulAdminSrv.Iface. createDeposit(DepositParams params)DepositFistfulAdminSrv.AsyncClient.CreateDeposit_call. getResult()DepositFistfulAdminSrv.Client. recvCreateDeposit()Constructors in dev.vality.fistful.admin with parameters of type WalletNotFound Constructor Description CreateDeposit_result(Deposit success, SourceNotFound ex1, WalletNotFound ex2, SourceUnauthorized ex3, DepositCurrencyInvalid ex4, DepositAmountInvalid ex5) -
Uses of WalletNotFound in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as WalletNotFound Modifier and Type Field Description WalletNotFoundManagementSrv.Create_result. ex1Methods in dev.vality.fistful.deposit that return WalletNotFound Modifier and Type Method Description WalletNotFoundManagementSrv.Create_result. getEx1()Methods in dev.vality.fistful.deposit with parameters of type WalletNotFound Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx1(WalletNotFound ex1)Methods in dev.vality.fistful.deposit that throw WalletNotFound 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 WalletNotFound Constructor Description Create_result(DepositState success, WalletNotFound ex1, SourceNotFound ex2, SourceUnauthorized ex3, InvalidOperationAmount ex4, ForbiddenOperationCurrency ex5, InconsistentDepositCurrency ex6) -
Uses of WalletNotFound in dev.vality.fistful.w2w_transfer
Fields in dev.vality.fistful.w2w_transfer declared as WalletNotFound Modifier and Type Field Description WalletNotFoundManagementSrv.Create_result. ex1Methods in dev.vality.fistful.w2w_transfer that return WalletNotFound Modifier and Type Method Description WalletNotFoundManagementSrv.Create_result. getEx1()Methods in dev.vality.fistful.w2w_transfer with parameters of type WalletNotFound Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx1(WalletNotFound ex1)Methods in dev.vality.fistful.w2w_transfer that throw WalletNotFound 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 WalletNotFound Constructor Description Create_result(W2WTransferState success, WalletNotFound ex1, InvalidOperationAmount ex2, ForbiddenOperationCurrency ex3, InconsistentW2WTransferCurrency ex4, WalletInaccessible ex5) -
Uses of WalletNotFound in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as WalletNotFound Modifier and Type Field Description WalletNotFoundManagementSrv.Get_result. ex1WalletNotFoundManagementSrv.GetAccountBalance_result. ex1WalletNotFoundManagementSrv.GetContext_result. ex1WalletNotFoundRepairerSrv.Repair_result. ex1Methods in dev.vality.fistful.wallet that return WalletNotFound Modifier and Type Method Description WalletNotFoundManagementSrv.Get_result. getEx1()WalletNotFoundManagementSrv.GetAccountBalance_result. getEx1()WalletNotFoundManagementSrv.GetContext_result. getEx1()WalletNotFoundRepairerSrv.Repair_result. getEx1()Methods in dev.vality.fistful.wallet with parameters of type WalletNotFound Modifier and Type Method Description ManagementSrv.Get_resultManagementSrv.Get_result. setEx1(WalletNotFound ex1)ManagementSrv.GetAccountBalance_resultManagementSrv.GetAccountBalance_result. setEx1(WalletNotFound ex1)ManagementSrv.GetContext_resultManagementSrv.GetContext_result. setEx1(WalletNotFound ex1)RepairerSrv.Repair_resultRepairerSrv.Repair_result. setEx1(WalletNotFound ex1)Methods in dev.vality.fistful.wallet that throw WalletNotFound Modifier and Type Method Description WalletStateManagementSrv.Client. get(String id, EventRange range)WalletStateManagementSrv.Iface. get(String id, EventRange range)AccountBalanceManagementSrv.Client. getAccountBalance(String id)AccountBalanceManagementSrv.Iface. getAccountBalance(String id)Map<String,Value>ManagementSrv.Client. getContext(String id)Map<String,Value>ManagementSrv.Iface. getContext(String id)WalletStateManagementSrv.AsyncClient.Get_call. getResult()AccountBalanceManagementSrv.AsyncClient.GetAccountBalance_call. getResult()Map<String,Value>ManagementSrv.AsyncClient.GetContext_call. getResult()VoidRepairerSrv.AsyncClient.Repair_call. getResult()WalletStateManagementSrv.Client. recvGet()AccountBalanceManagementSrv.Client. recvGetAccountBalance()Map<String,Value>ManagementSrv.Client. recvGetContext()voidRepairerSrv.Client. recvRepair()voidRepairerSrv.Client. repair(String id, RepairScenario scenario)voidRepairerSrv.Iface. repair(String id, RepairScenario scenario)Constructors in dev.vality.fistful.wallet with parameters of type WalletNotFound Constructor Description Get_result(WalletState success, WalletNotFound ex1)GetAccountBalance_result(AccountBalance success, WalletNotFound ex1)GetContext_result(Map<String,Value> success, WalletNotFound ex1)Repair_result(WalletNotFound ex1, MachineAlreadyWorking ex2) -
Uses of WalletNotFound in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as WalletNotFound Modifier and Type Field Description WalletNotFoundManagementSrv.GetQuote_result. ex1WalletNotFoundManagementSrv.Create_result. ex2Methods in dev.vality.fistful.withdrawal that return WalletNotFound Modifier and Type Method Description WalletNotFoundManagementSrv.GetQuote_result. getEx1()WalletNotFoundManagementSrv.Create_result. getEx2()Methods in dev.vality.fistful.withdrawal with parameters of type WalletNotFound Modifier and Type Method Description ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx1(WalletNotFound ex1)ManagementSrv.Create_resultManagementSrv.Create_result. setEx2(WalletNotFound ex2)Methods in dev.vality.fistful.withdrawal that throw WalletNotFound 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 WalletNotFound 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)