public abstract static class BankClient.QueryEncumbranceResultHandler extends BankClient.BankReplyHandler
Constructor and Description |
---|
BankClient.QueryEncumbranceResultHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
result(String enc,
String currency,
String account,
int amount,
String expires,
String memo)
Handle an encumbrance query result.
|
fail
public BankClient.QueryEncumbranceResultHandler()
public abstract void result(String enc, String currency, String account, int amount, String expires, String memo)
enc
- Ref of the encumbrace.currency
- Currency the encumbrance is denominated in.account
- Ref of the encumbered accountamount
- Amount that is encumberedexpires
- Expiration time of the encumbrancememo
- Memo string associated with encumbrance when created.Copyright © 2017. All rights reserved.