XdrLedgerHeader class

Constructors

XdrLedgerHeader(XdrUint32 _ledgerVersion, XdrHash _previousLedgerHash, XdrStellarValue _scpValue, XdrHash _txSetResultHash, XdrHash _bucketListHash, XdrUint32 _ledgerSeq, XdrInt64 _totalCoins, XdrInt64 _feePool, XdrUint32 _inflationSeq, XdrUint64 _idPool, XdrUint32 _baseFee, XdrUint32 _baseReserve, XdrUint32 _maxTxSetSize, List<XdrHash> _skipList, XdrLedgerHeaderExt _ext)

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-onlyinherited
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-onlyinherited
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 nonexistent 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