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

@@ -6,6 +6,7 @@
enum TransactionType
{
ttINVALID = -1,
ttPAYMENT = 0,
ttCLAIM = 1, // open
ttWALLET_ADD = 2,
@@ -21,6 +22,7 @@ enum TransactionType
ttTRUST_SET = 20,
ttFEATURE = 100,
ttFEE = 101,
};
class TransactionFormat