Package dev.vality.fistful.wallet
Interface ManagementSrv.AsyncIface
- All Known Implementing Classes:
ManagementSrv.AsyncClient
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.AsyncIface
-
Method Summary
Modifier and Type Method Description voidcreate(WalletParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<WalletState> resultHandler)voidget(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<WalletState> resultHandler)voidgetAccountBalance(String id, org.apache.thrift.async.AsyncMethodCallback<AccountBalance> resultHandler)voidgetContext(String id, org.apache.thrift.async.AsyncMethodCallback<Map<String,Value>> resultHandler)
-
Method Details
-
create
void create(WalletParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<WalletState> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
get
void get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<WalletState> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getContext
void getContext(String id, org.apache.thrift.async.AsyncMethodCallback<Map<String,Value>> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getAccountBalance
void getAccountBalance(String id, org.apache.thrift.async.AsyncMethodCallback<AccountBalance> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-