XdrLedgerHeader constructor

XdrLedgerHeader(
  1. XdrUint32 _ledgerVersion,
  2. XdrHash _previousLedgerHash,
  3. XdrStellarValue _scpValue,
  4. XdrHash _txSetResultHash,
  5. XdrHash _bucketListHash,
  6. XdrUint32 _ledgerSeq,
  7. XdrInt64 _totalCoins,
  8. XdrInt64 _feePool,
  9. XdrUint32 _inflationSeq,
  10. XdrUint64 _idPool,
  11. XdrUint32 _baseFee,
  12. XdrUint32 _baseReserve,
  13. XdrUint32 _maxTxSetSize,
  14. List<XdrHash> _skipList,
  15. XdrLedgerHeaderExt _ext
)

Implementation

XdrLedgerHeader