public class LedgerHeader extends Object
| 构造器和说明 |
|---|
LedgerHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static LedgerHeader |
fromParser(BinaryParser parser) |
static LedgerHeader |
fromReader(STReader reader) |
Hash256 |
hash() |
void |
toBytesSink(BytesSink sink) |
void |
toJSONWriter(org.json.JSONWriter writer) |
public UInt32 version
public UInt32 sequence
public UInt64 totalXRP
public Hash256 previousLedger
public Hash256 transactionHash
public Hash256 stateHash
public UInt32 parentCloseTime
public UInt32 closeTime
public UInt8 closeResolution
public UInt8 closeFlags
public Date closeDate
public static LedgerHeader fromParser(BinaryParser parser)
public static LedgerHeader fromReader(STReader reader)
public void toBytesSink(BytesSink sink)
public Hash256 hash()
public void toJSONWriter(org.json.JSONWriter writer)
Copyright © 2021. All rights reserved.