@transia/ripple-binary-codec 1.4.6-alpha.0 → 1.4.6-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -786,6 +786,26 @@
786
786
  "type": "UInt32"
787
787
  }
788
788
  ],
789
+ [
790
+ "FirstNFTokenSequence",
791
+ {
792
+ "nth": 50,
793
+ "isVLEncoded": false,
794
+ "isSerialized": true,
795
+ "isSigningField": true,
796
+ "type": "UInt32"
797
+ }
798
+ ],
799
+ [
800
+ "ImportSequence",
801
+ {
802
+ "nth": 97,
803
+ "isVLEncoded": false,
804
+ "isSerialized": true,
805
+ "isSigningField": true,
806
+ "type": "UInt32"
807
+ }
808
+ ],
789
809
  [
790
810
  "IndexNext",
791
811
  {
@@ -1496,6 +1516,36 @@
1496
1516
  "type": "Amount"
1497
1517
  }
1498
1518
  ],
1519
+ [
1520
+ "BaseFeeDrops",
1521
+ {
1522
+ "nth": 22,
1523
+ "isVLEncoded": false,
1524
+ "isSerialized": true,
1525
+ "isSigningField": true,
1526
+ "type": "Amount"
1527
+ }
1528
+ ],
1529
+ [
1530
+ "ReserveBaseDrops",
1531
+ {
1532
+ "nth": 23,
1533
+ "isVLEncoded": false,
1534
+ "isSerialized": true,
1535
+ "isSigningField": true,
1536
+ "type": "Amount"
1537
+ }
1538
+ ],
1539
+ [
1540
+ "ReserveIncrementDrops",
1541
+ {
1542
+ "nth": 24,
1543
+ "isVLEncoded": false,
1544
+ "isSerialized": true,
1545
+ "isSigningField": true,
1546
+ "type": "Amount"
1547
+ }
1548
+ ],
1499
1549
  [
1500
1550
  "PublicKey",
1501
1551
  {
@@ -2275,6 +2325,8 @@
2275
2325
  "telREQUIRES_NETWORK_ID": -385,
2276
2326
  "telNETWORK_ID_MAKES_TX_NON_CANONICAL": -384,
2277
2327
  "telNON_LOCAL_EMITTED_TXN": -383,
2328
+ "telIMPORT_VL_KEY_NOT_RECOGNISED": -382,
2329
+ "telCAN_NOT_QUEUE_IMPORT": -381,
2278
2330
  "temMALFORMED": -299,
2279
2331
  "temBAD_AMOUNT": -298,
2280
2332
  "temBAD_CURRENCY": -297,
@@ -2344,6 +2396,7 @@
2344
2396
  "tefTOO_BIG": -181,
2345
2397
  "tefNO_TICKET": -180,
2346
2398
  "tefNFTOKEN_IS_NOT_TRANSFERABLE": -179,
2399
+ "tefPAST_IMPORT_SEQ": -178,
2347
2400
  "terRETRY": -99,
2348
2401
  "terFUNDS_SPENT": -98,
2349
2402
  "terINSUF_FEE_B": -97,
@@ -2430,7 +2483,8 @@
2430
2483
  "tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 183,
2431
2484
  "tecXCHAIN_PAYMENT_FAILED": 184,
2432
2485
  "tecXCHAIN_SELF_COMMIT": 185,
2433
- "tecXCHAIN_BAD_PUBLIC_KEY_ACCOUNT_PAIR": 186
2486
+ "tecXCHAIN_BAD_PUBLIC_KEY_ACCOUNT_PAIR": 186,
2487
+ "tecLAST_POSSIBLE_ENTRY": 255
2434
2488
  },
2435
2489
  "TRANSACTION_TYPES": {
2436
2490
  "Invalid": -1,
@@ -2467,6 +2521,7 @@
2467
2521
  "URITokenBuy": 47,
2468
2522
  "URITokenCreateSellOffer": 48,
2469
2523
  "URITokenCancelSellOffer": 49,
2524
+ "Import": 97,
2470
2525
  "Invoke": 99,
2471
2526
  "EnableAmendment": 100,
2472
2527
  "SetFee": 101,
@@ -786,6 +786,26 @@
786
786
  "type": "UInt32"
787
787
  }
788
788
  ],
789
+ [
790
+ "FirstNFTokenSequence",
791
+ {
792
+ "nth": 50,
793
+ "isVLEncoded": false,
794
+ "isSerialized": true,
795
+ "isSigningField": true,
796
+ "type": "UInt32"
797
+ }
798
+ ],
799
+ [
800
+ "ImportSequence",
801
+ {
802
+ "nth": 97,
803
+ "isVLEncoded": false,
804
+ "isSerialized": true,
805
+ "isSigningField": true,
806
+ "type": "UInt32"
807
+ }
808
+ ],
789
809
  [
790
810
  "IndexNext",
791
811
  {
@@ -1496,6 +1516,36 @@
1496
1516
  "type": "Amount"
1497
1517
  }
1498
1518
  ],
1519
+ [
1520
+ "BaseFeeDrops",
1521
+ {
1522
+ "nth": 22,
1523
+ "isVLEncoded": false,
1524
+ "isSerialized": true,
1525
+ "isSigningField": true,
1526
+ "type": "Amount"
1527
+ }
1528
+ ],
1529
+ [
1530
+ "ReserveBaseDrops",
1531
+ {
1532
+ "nth": 23,
1533
+ "isVLEncoded": false,
1534
+ "isSerialized": true,
1535
+ "isSigningField": true,
1536
+ "type": "Amount"
1537
+ }
1538
+ ],
1539
+ [
1540
+ "ReserveIncrementDrops",
1541
+ {
1542
+ "nth": 24,
1543
+ "isVLEncoded": false,
1544
+ "isSerialized": true,
1545
+ "isSigningField": true,
1546
+ "type": "Amount"
1547
+ }
1548
+ ],
1499
1549
  [
1500
1550
  "PublicKey",
1501
1551
  {
@@ -2275,6 +2325,8 @@
2275
2325
  "telREQUIRES_NETWORK_ID": -385,
2276
2326
  "telNETWORK_ID_MAKES_TX_NON_CANONICAL": -384,
2277
2327
  "telNON_LOCAL_EMITTED_TXN": -383,
2328
+ "telIMPORT_VL_KEY_NOT_RECOGNISED": -382,
2329
+ "telCAN_NOT_QUEUE_IMPORT": -381,
2278
2330
 
2279
2331
  "temMALFORMED": -299,
2280
2332
  "temBAD_AMOUNT": -298,
@@ -2346,6 +2398,7 @@
2346
2398
  "tefTOO_BIG": -181,
2347
2399
  "tefNO_TICKET": -180,
2348
2400
  "tefNFTOKEN_IS_NOT_TRANSFERABLE": -179,
2401
+ "tefPAST_IMPORT_SEQ": -178,
2349
2402
 
2350
2403
  "terRETRY": -99,
2351
2404
  "terFUNDS_SPENT": -98,
@@ -2435,7 +2488,8 @@
2435
2488
  "tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 183,
2436
2489
  "tecXCHAIN_PAYMENT_FAILED": 184,
2437
2490
  "tecXCHAIN_SELF_COMMIT": 185,
2438
- "tecXCHAIN_BAD_PUBLIC_KEY_ACCOUNT_PAIR": 186
2491
+ "tecXCHAIN_BAD_PUBLIC_KEY_ACCOUNT_PAIR": 186,
2492
+ "tecLAST_POSSIBLE_ENTRY": 255
2439
2493
  },
2440
2494
  "TRANSACTION_TYPES": {
2441
2495
  "Invalid": -1,
@@ -2472,6 +2526,7 @@
2472
2526
  "URITokenBuy": 47,
2473
2527
  "URITokenCreateSellOffer": 48,
2474
2528
  "URITokenCancelSellOffer": 49,
2529
+ "Import": 97,
2475
2530
  "Invoke": 99,
2476
2531
  "EnableAmendment": 100,
2477
2532
  "SetFee": 101,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transia/ripple-binary-codec",
3
- "version": "1.4.6-alpha.0",
3
+ "version": "1.4.6-alpha.1",
4
4
  "description": "XRP Ledger binary codec",
5
5
  "files": [
6
6
  "dist/*",
@@ -40,5 +40,5 @@
40
40
  "engines": {
41
41
  "node": ">= 10"
42
42
  },
43
- "gitHead": "f292d9e716a1f14652dee9e244d2b988d7ed5519"
43
+ "gitHead": "29b718b52e9b21c4089f48e9e61b399004d7ae7e"
44
44
  }