mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Type for transaction types.
This commit is contained in:
@@ -14,4 +14,11 @@ struct TransactionFormat
|
||||
|
||||
extern TransactionFormat InnerTxnFormats[];
|
||||
|
||||
enum TransactionType
|
||||
{
|
||||
ttMAKE_PAYMENT=0,
|
||||
ttNTX_INVOICE=1,
|
||||
ttEXCHANGE_OFFER=2
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user