public class Index extends Object
| 构造器和说明 |
|---|
Index() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash256 |
accountRoot(AccountID accountID) |
static Hash256 |
bookEnd(Hash256 base) |
static Hash256 |
bookStart(Hash256 indexFromBookRange) |
static Hash256 |
bookStart(Issue pays,
Issue gets) |
static Hash256 |
directoryNode(Hash256 rootIndex,
UInt64 nodeIndex) |
static Hash256 |
ledgerHashes() |
static Hash256 |
ledgerHashes(long prev) |
static Hash256 |
ownerDirectory(AccountID account) |
static Hash256 |
quality(Hash256 index,
UInt64 quality) |
static Hash256 |
rippleState(AccountID a1,
AccountID a2,
Currency currency) |
static Hash256 |
rippleState(List<AccountID> accounts,
Currency currency) |
static Hash256 |
transactionID(byte[] blob) |
public static Hash256 quality(Hash256 index, UInt64 quality)
public static Hash256 directoryNode(Hash256 rootIndex, UInt64 nodeIndex)
rootIndex - The RootIndex index for the directory nodenodeIndex - nullable LowNode, HighNode, OwnerNode, BookNode etc
defining a `page` number.public static Hash256 transactionID(byte[] blob)
public static Hash256 ledgerHashes(long prev)
public static Hash256 ledgerHashes()
Copyright © 2021. All rights reserved.