Add Check, CheckCreate, CheckCash, CheckCancel

LEDGER_ENTRY_TYPES from:
eaff9a0e6a/src/ripple/protocol/LedgerFormats.h (L36)

TRANSACTION_TYPES from:
eaff9a0e6a/src/ripple/protocol/TxFormats.h (L33)
This commit is contained in:
Elliot Lee
2018-02-15 10:54:59 -08:00
parent 63a2e9ab67
commit a963d862e9

View File

@@ -22,20 +22,24 @@
"STArray": 15
},
"LEDGER_ENTRY_TYPES": {
"Any": -3,
"Child": -2,
"Invalid": -1,
"AccountRoot": 97,
"DirectoryNode": 100,
"RippleState": 114,
"Ticket": 84,
"LedgerHashes": 104,
"Amendments": 102,
"SignerList": 83,
"Offer": 111,
"AccountRoot": 97,
"RippleState": 114,
"LedgerHashes": 104,
"Amendments": 102,
"FeeSettings": 115,
"Escrow": 117,
"DirectoryNode": 100,
"GeneratorMap": 103,
"Contract": 99,
"PayChannel": 120,
"Invalid": -1
"Check": 67,
"Nickname": 110,
"Contract": 99,
"GeneratorMap": 103
},
"FIELDS": [
[
@@ -1586,25 +1590,28 @@
"temBAD_TICK_SIZE": -270
},
"TRANSACTION_TYPES": {
"OfferCancel": 8,
"EnableAmendment": 100,
"SetFee": 101,
"SetRegularKey": 5,
"TicketCreate": 10,
"TicketCancel": 11,
"NickNameSet": 6,
"TrustSet": 20,
"Invalid": -1,
"Payment": 0,
"AccountSet": 3,
"OfferCreate": 7,
"SignerListSet": 12,
"Contract": 9,
"EscrowCreate": 1,
"EscrowFinish": 2,
"AccountSet": 3,
"EscrowCancel": 4,
"SetRegularKey": 5,
"NickNameSet": 6,
"OfferCreate": 7,
"OfferCancel": 8,
"Contract": 9,
"TicketCreate": 10,
"TicketCancel": 11,
"SignerListSet": 12,
"PaymentChannelCreate": 13,
"PaymentChannelFund": 14,
"PaymentChannelClaim": 15,
"Invalid": -1
"CheckCreate": 16,
"CheckCash": 17,
"CheckCancel": 18,
"TrustSet": 20,
"EnableAmendment": 100,
"SetFee": 101
}
}