mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Add new fields to binformat.
This commit is contained in:
@@ -102,6 +102,7 @@ var FIELDS_MAP = exports.fields = {
|
|||||||
6: 'LedgerIndex',
|
6: 'LedgerIndex',
|
||||||
7: 'WalletLocator',
|
7: 'WalletLocator',
|
||||||
8: 'RootIndex',
|
8: 'RootIndex',
|
||||||
|
9: 'AccountTxnID',
|
||||||
16: 'BookDirectory',
|
16: 'BookDirectory',
|
||||||
17: 'InvoiceID',
|
17: 'InvoiceID',
|
||||||
18: 'Nickname',
|
18: 'Nickname',
|
||||||
@@ -118,7 +119,8 @@ var FIELDS_MAP = exports.fields = {
|
|||||||
8: 'Fee',
|
8: 'Fee',
|
||||||
9: 'SendMax',
|
9: 'SendMax',
|
||||||
16: 'MinimumOffer',
|
16: 'MinimumOffer',
|
||||||
17: 'RippleEscrow'
|
17: 'RippleEscrow',
|
||||||
|
18: 'DeliveredAmount'
|
||||||
},
|
},
|
||||||
7: { // VL
|
7: { // VL
|
||||||
1: 'PublicKey',
|
1: 'PublicKey',
|
||||||
|
|||||||
Reference in New Issue
Block a user