We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df763b8 commit cae9807Copy full SHA for cae9807
src/js/ripple/binformat.js
@@ -106,7 +106,8 @@ var FIELDS_MAP = exports.fields = {
106
16: 'BookDirectory',
107
17: 'InvoiceID',
108
18: 'Nickname',
109
- 19: 'Feature'
+ 19: 'Amendment',
110
+ 20: 'TicketID'
111
},
112
6: { // Amount
113
1: 'Amount',
@@ -135,7 +136,8 @@ var FIELDS_MAP = exports.fields = {
135
136
10: 'ExpireCode',
137
11: 'CreateCode',
138
12: 'MemoType',
- 13: 'MemoData'
139
+ 13: 'MemoData',
140
+ 14: 'MemoFormat'
141
142
8: { // Account
143
1: 'Account',
@@ -187,7 +189,7 @@ var FIELDS_MAP = exports.fields = {
187
189
19: { // Vector256
188
190
1: 'Indexes',
191
2: 'Hashes',
- 3: 'Features'
192
+ 3: 'Amendments'
193
}
194
};
195
0 commit comments