public class PendingLedgers extends Object
| 构造器和说明 |
|---|
PendingLedgers(Client clientInstance)
PendingLedgers
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
alreadyPending(long j)
alreadyPending
|
void |
clearLedger(long ledger_index,
String from)
clearLedger
|
PendingLedger |
getOrAddLedger(long ledger_index)
getOrAddLedger
|
void |
logPendingLedgers()
logPendingLedgers
|
void |
notifyTransactionResult(TransactionResult tr)
notifyTransactionResult
|
public PendingLedgers(Client clientInstance)
clientInstance - clientInstancepublic PendingLedger getOrAddLedger(long ledger_index)
ledger_index - ledger_indexpublic void clearLedger(long ledger_index,
String from)
ledger_index - ledger_indexfrom - frompublic void notifyTransactionResult(TransactionResult tr)
tr - tr.public boolean alreadyPending(long j)
j - j.public void logPendingLedgers()
Copyright © 2021. All rights reserved.