XdrLedgerHeader class

Constructors

XdrLedgerHeader()

Properties

baseFee XdrUint32
read / write
baseReserve XdrUint32
read / write
bucketListHash XdrHash
read / write
ext XdrLedgerHeaderExt
read / write
feePool XdrInt64
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
idPool XdrUint64
read / write
inflationSeq XdrUint32
read / write
ledgerSeq XdrUint32
read / write
ledgerVersion XdrUint32
read / write
maxTxSetSize XdrUint32
read / write
previousLedgerHash XdrHash
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scpValue XdrStellarValue
read / write
skipList List<XdrHash>
read / write
totalCoins XdrInt64
read / write
txSetResultHash XdrHash
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

decode(XdrDataInputStream stream) XdrLedgerHeader
encode(XdrDataOutputStream stream, XdrLedgerHeader encodedLedgerHeader) → void