Package dev.vality.fistful.wallet
Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description WalletStatecreate(WalletParams params, Map<String,Value> context)WalletStateget(String id, EventRange range)AccountBalancegetAccountBalance(String id)Map<String,Value>getContext(String id)
-
Method Details
-
create
WalletState create(WalletParams params, Map<String,Value> context) throws IdentityNotFound, CurrencyNotFound, PartyInaccessible, org.apache.thrift.TException- Throws:
IdentityNotFoundCurrencyNotFoundPartyInaccessibleorg.apache.thrift.TException
-
get
- Throws:
WalletNotFoundorg.apache.thrift.TException
-
getContext
- Throws:
WalletNotFoundorg.apache.thrift.TException
-
getAccountBalance
- Throws:
WalletNotFoundorg.apache.thrift.TException
-