mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work on Create and Payment transactions.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
enum TransactionType
|
||||
{
|
||||
ttINVALID = -1,
|
||||
ttMAKE_PAYMENT = 0,
|
||||
ttPAYMENT = 0,
|
||||
ttCLAIM = 1,
|
||||
ttINVOICE = 2,
|
||||
ttEXCHANGE_OFFER = 3
|
||||
@@ -31,6 +31,9 @@ const int TransactionIFee = 5;
|
||||
const int TransactionMinLen=32;
|
||||
const int TransactionMaxLen=1048576;
|
||||
|
||||
// Transaction flags.
|
||||
const uint32 tfCreateAccount = 0x00010000;
|
||||
|
||||
extern TransactionFormat InnerTxnFormats[];
|
||||
extern TransactionFormat* getTxnFormat(TransactionType t);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user