Package dev.vality.fistful.admin
Interface FistfulAdminSrv.Iface
- All Known Implementing Classes:
FistfulAdminSrv.Client
- Enclosing class:
- FistfulAdminSrv
public static interface FistfulAdminSrv.Iface
-
Method Summary
Modifier and Type Method Description DepositcreateDeposit(DepositParams params)SourcecreateSource(SourceParams params)DepositgetDeposit(String id)SourcegetSource(String id)
-
Method Details
-
createSource
Source createSource(SourceParams params) throws IdentityNotFound, CurrencyNotFound, org.apache.thrift.TException- Throws:
IdentityNotFoundCurrencyNotFoundorg.apache.thrift.TException
-
getSource
- Throws:
SourceNotFoundorg.apache.thrift.TException
-
createDeposit
Deposit createDeposit(DepositParams params) throws SourceNotFound, WalletNotFound, SourceUnauthorized, DepositCurrencyInvalid, DepositAmountInvalid, org.apache.thrift.TException- Throws:
SourceNotFoundWalletNotFoundSourceUnauthorizedDepositCurrencyInvalidDepositAmountInvalidorg.apache.thrift.TException
-
getDeposit
- Throws:
DepositNotFoundorg.apache.thrift.TException
-