Begin the infrastructure for putting fees in the ledger.

This commit is contained in:
JoelKatz
2012-12-20 11:23:01 -08:00
parent 0106365098
commit 125984cd78
5 changed files with 23 additions and 0 deletions

View File

@@ -60,6 +60,9 @@
FIELD(LastLedgerSequence, UINT32, 27)
FIELD(TransactionIndex, UINT32, 28)
FIELD(OperationLimit, UINT32, 29)
FIELD(ReferenceFeeUnits, UINT32, 30)
FIELD(ReserveBase, UINT32, 31)
FIELD(ReserveIncrement, UINT32, 32)
// 64-bit integers
FIELD(IndexNext, UINT64, 1)
@@ -69,6 +72,7 @@
FIELD(BaseFee, UINT64, 5)
FIELD(ExchangeRate, UINT64, 6)
// 128-bit
FIELD(EmailHash, HASH128, 1)