mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
contract
This commit is contained in:
@@ -15,8 +15,10 @@ enum TransactionType
|
||||
ttNICKNAME_SET = 6,
|
||||
ttOFFER_CREATE = 7,
|
||||
ttOFFER_CANCEL = 8,
|
||||
ttCONTRACT = 9,
|
||||
ttCONTRACT_REMOVE = 10, // can we use the same msg as offer cancel
|
||||
|
||||
ttCREDIT_SET = 20,
|
||||
ttINVOICE = 10,
|
||||
};
|
||||
|
||||
struct TransactionFormat
|
||||
|
||||
Reference in New Issue
Block a user