Type for transaction types.

This commit is contained in:
JoelKatz
2012-03-19 09:31:20 -07:00
parent b6f929c8a9
commit 2c113e8f8e
3 changed files with 10 additions and 1 deletions

View File

@@ -14,4 +14,11 @@ struct TransactionFormat
extern TransactionFormat InnerTxnFormats[];
enum TransactionType
{
ttMAKE_PAYMENT=0,
ttNTX_INVOICE=1,
ttEXCHANGE_OFFER=2
};
#endif