Uses of Class
dev.vality.fistful.SourceUnauthorized
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.admin | |
| dev.vality.fistful.deposit |
-
Uses of SourceUnauthorized in dev.vality.fistful
Methods in dev.vality.fistful that return SourceUnauthorized Modifier and Type Method Description SourceUnauthorizedSourceUnauthorized. deepCopy()Methods in dev.vality.fistful with parameters of type SourceUnauthorized Modifier and Type Method Description intSourceUnauthorized. compareTo(SourceUnauthorized other)booleanSourceUnauthorized. equals(SourceUnauthorized that)Constructors in dev.vality.fistful with parameters of type SourceUnauthorized Constructor Description SourceUnauthorized(SourceUnauthorized other)Performs a deep copy on other. -
Uses of SourceUnauthorized in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as SourceUnauthorized Modifier and Type Field Description SourceUnauthorizedFistfulAdminSrv.CreateDeposit_result. ex3Methods in dev.vality.fistful.admin that return SourceUnauthorized Modifier and Type Method Description SourceUnauthorizedFistfulAdminSrv.CreateDeposit_result. getEx3()Methods in dev.vality.fistful.admin with parameters of type SourceUnauthorized Modifier and Type Method Description FistfulAdminSrv.CreateDeposit_resultFistfulAdminSrv.CreateDeposit_result. setEx3(SourceUnauthorized ex3)Methods in dev.vality.fistful.admin that throw SourceUnauthorized 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 SourceUnauthorized Constructor Description CreateDeposit_result(Deposit success, SourceNotFound ex1, WalletNotFound ex2, SourceUnauthorized ex3, DepositCurrencyInvalid ex4, DepositAmountInvalid ex5) -
Uses of SourceUnauthorized in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as SourceUnauthorized Modifier and Type Field Description SourceUnauthorizedManagementSrv.Create_result. ex3Methods in dev.vality.fistful.deposit that return SourceUnauthorized Modifier and Type Method Description SourceUnauthorizedManagementSrv.Create_result. getEx3()Methods in dev.vality.fistful.deposit with parameters of type SourceUnauthorized Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx3(SourceUnauthorized ex3)Methods in dev.vality.fistful.deposit that throw SourceUnauthorized 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 SourceUnauthorized Constructor Description Create_result(DepositState success, WalletNotFound ex1, SourceNotFound ex2, SourceUnauthorized ex3, InvalidOperationAmount ex4, ForbiddenOperationCurrency ex5, InconsistentDepositCurrency ex6)