ripple-binary-codec 2.6.0-smartescrow.3 → 2.6.0
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.
- package/dist/enums/definitions.json +319 -20
- package/dist/enums/src/enums/definitions.json +319 -25
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/src/enums/definitions.json +319 -20
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/types/index.d.ts +1 -2
- package/dist/src/types/index.js +1 -4
- package/dist/src/types/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.js +1 -4
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/src/enums/definitions.json +319 -25
- package/src/index.ts +1 -3
- package/src/types/index.ts +0 -3
- package/dist/src/types/int-32.d.ts +0 -24
- package/dist/src/types/int-32.js +0 -50
- package/dist/src/types/int-32.js.map +0 -1
- package/dist/types/int-32.d.ts +0 -24
- package/dist/types/int-32.js +0 -50
- package/dist/types/int-32.js.map +0 -1
- package/src/types/int-32.ts +0 -57
|
@@ -180,6 +180,16 @@
|
|
|
180
180
|
"type": "UInt16"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
+
[
|
|
184
|
+
"ManagementFeeRate",
|
|
185
|
+
{
|
|
186
|
+
"isSerialized": true,
|
|
187
|
+
"isSigningField": true,
|
|
188
|
+
"isVLEncoded": false,
|
|
189
|
+
"nth": 22,
|
|
190
|
+
"type": "UInt16"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
183
193
|
[
|
|
184
194
|
"NetworkID",
|
|
185
195
|
{
|
|
@@ -691,7 +701,7 @@
|
|
|
691
701
|
}
|
|
692
702
|
],
|
|
693
703
|
[
|
|
694
|
-
"
|
|
704
|
+
"StartDate",
|
|
695
705
|
{
|
|
696
706
|
"isSerialized": true,
|
|
697
707
|
"isSigningField": true,
|
|
@@ -701,7 +711,7 @@
|
|
|
701
711
|
}
|
|
702
712
|
],
|
|
703
713
|
[
|
|
704
|
-
"
|
|
714
|
+
"PaymentInterval",
|
|
705
715
|
{
|
|
706
716
|
"isSerialized": true,
|
|
707
717
|
"isSigningField": true,
|
|
@@ -711,7 +721,7 @@
|
|
|
711
721
|
}
|
|
712
722
|
],
|
|
713
723
|
[
|
|
714
|
-
"
|
|
724
|
+
"GracePeriod",
|
|
715
725
|
{
|
|
716
726
|
"isSerialized": true,
|
|
717
727
|
"isSigningField": true,
|
|
@@ -721,7 +731,7 @@
|
|
|
721
731
|
}
|
|
722
732
|
],
|
|
723
733
|
[
|
|
724
|
-
"
|
|
734
|
+
"PreviousPaymentDate",
|
|
725
735
|
{
|
|
726
736
|
"isSerialized": true,
|
|
727
737
|
"isSigningField": true,
|
|
@@ -731,7 +741,7 @@
|
|
|
731
741
|
}
|
|
732
742
|
],
|
|
733
743
|
[
|
|
734
|
-
"
|
|
744
|
+
"NextPaymentDueDate",
|
|
735
745
|
{
|
|
736
746
|
"isSerialized": true,
|
|
737
747
|
"isSigningField": true,
|
|
@@ -740,6 +750,106 @@
|
|
|
740
750
|
"type": "UInt32"
|
|
741
751
|
}
|
|
742
752
|
],
|
|
753
|
+
[
|
|
754
|
+
"PaymentRemaining",
|
|
755
|
+
{
|
|
756
|
+
"isSerialized": true,
|
|
757
|
+
"isSigningField": true,
|
|
758
|
+
"isVLEncoded": false,
|
|
759
|
+
"nth": 59,
|
|
760
|
+
"type": "UInt32"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
[
|
|
764
|
+
"PaymentTotal",
|
|
765
|
+
{
|
|
766
|
+
"isSerialized": true,
|
|
767
|
+
"isSigningField": true,
|
|
768
|
+
"isVLEncoded": false,
|
|
769
|
+
"nth": 60,
|
|
770
|
+
"type": "UInt32"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
[
|
|
774
|
+
"LoanSequence",
|
|
775
|
+
{
|
|
776
|
+
"isSerialized": true,
|
|
777
|
+
"isSigningField": true,
|
|
778
|
+
"isVLEncoded": false,
|
|
779
|
+
"nth": 61,
|
|
780
|
+
"type": "UInt32"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
[
|
|
784
|
+
"CoverRateMinimum",
|
|
785
|
+
{
|
|
786
|
+
"isSerialized": true,
|
|
787
|
+
"isSigningField": true,
|
|
788
|
+
"isVLEncoded": false,
|
|
789
|
+
"nth": 62,
|
|
790
|
+
"type": "UInt32"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
[
|
|
794
|
+
"CoverRateLiquidation",
|
|
795
|
+
{
|
|
796
|
+
"isSerialized": true,
|
|
797
|
+
"isSigningField": true,
|
|
798
|
+
"isVLEncoded": false,
|
|
799
|
+
"nth": 63,
|
|
800
|
+
"type": "UInt32"
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
[
|
|
804
|
+
"OverpaymentFee",
|
|
805
|
+
{
|
|
806
|
+
"isSerialized": true,
|
|
807
|
+
"isSigningField": true,
|
|
808
|
+
"isVLEncoded": false,
|
|
809
|
+
"nth": 64,
|
|
810
|
+
"type": "UInt32"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
[
|
|
814
|
+
"InterestRate",
|
|
815
|
+
{
|
|
816
|
+
"isSerialized": true,
|
|
817
|
+
"isSigningField": true,
|
|
818
|
+
"isVLEncoded": false,
|
|
819
|
+
"nth": 65,
|
|
820
|
+
"type": "UInt32"
|
|
821
|
+
}
|
|
822
|
+
],
|
|
823
|
+
[
|
|
824
|
+
"LateInterestRate",
|
|
825
|
+
{
|
|
826
|
+
"isSerialized": true,
|
|
827
|
+
"isSigningField": true,
|
|
828
|
+
"isVLEncoded": false,
|
|
829
|
+
"nth": 66,
|
|
830
|
+
"type": "UInt32"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
[
|
|
834
|
+
"CloseInterestRate",
|
|
835
|
+
{
|
|
836
|
+
"isSerialized": true,
|
|
837
|
+
"isSigningField": true,
|
|
838
|
+
"isVLEncoded": false,
|
|
839
|
+
"nth": 67,
|
|
840
|
+
"type": "UInt32"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
[
|
|
844
|
+
"OverpaymentInterestRate",
|
|
845
|
+
{
|
|
846
|
+
"isSerialized": true,
|
|
847
|
+
"isSigningField": true,
|
|
848
|
+
"isVLEncoded": false,
|
|
849
|
+
"nth": 68,
|
|
850
|
+
"type": "UInt32"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
743
853
|
[
|
|
744
854
|
"IndexNext",
|
|
745
855
|
{
|
|
@@ -1010,6 +1120,26 @@
|
|
|
1010
1120
|
"type": "UInt64"
|
|
1011
1121
|
}
|
|
1012
1122
|
],
|
|
1123
|
+
[
|
|
1124
|
+
"VaultNode",
|
|
1125
|
+
{
|
|
1126
|
+
"isSerialized": true,
|
|
1127
|
+
"isSigningField": true,
|
|
1128
|
+
"isVLEncoded": false,
|
|
1129
|
+
"nth": 30,
|
|
1130
|
+
"type": "UInt64"
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
[
|
|
1134
|
+
"LoanBrokerNode",
|
|
1135
|
+
{
|
|
1136
|
+
"isSerialized": true,
|
|
1137
|
+
"isSigningField": true,
|
|
1138
|
+
"isVLEncoded": false,
|
|
1139
|
+
"nth": 31,
|
|
1140
|
+
"type": "UInt64"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1013
1143
|
[
|
|
1014
1144
|
"EmailHash",
|
|
1015
1145
|
{
|
|
@@ -1360,6 +1490,26 @@
|
|
|
1360
1490
|
"type": "Hash256"
|
|
1361
1491
|
}
|
|
1362
1492
|
],
|
|
1493
|
+
[
|
|
1494
|
+
"LoanBrokerID",
|
|
1495
|
+
{
|
|
1496
|
+
"isSerialized": true,
|
|
1497
|
+
"isSigningField": true,
|
|
1498
|
+
"isVLEncoded": false,
|
|
1499
|
+
"nth": 37,
|
|
1500
|
+
"type": "Hash256"
|
|
1501
|
+
}
|
|
1502
|
+
],
|
|
1503
|
+
[
|
|
1504
|
+
"LoanID",
|
|
1505
|
+
{
|
|
1506
|
+
"isSerialized": true,
|
|
1507
|
+
"isSigningField": true,
|
|
1508
|
+
"isVLEncoded": false,
|
|
1509
|
+
"nth": 38,
|
|
1510
|
+
"type": "Hash256"
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1363
1513
|
[
|
|
1364
1514
|
"hash",
|
|
1365
1515
|
{
|
|
@@ -1950,16 +2100,6 @@
|
|
|
1950
2100
|
"type": "Blob"
|
|
1951
2101
|
}
|
|
1952
2102
|
],
|
|
1953
|
-
[
|
|
1954
|
-
"FinishFunction",
|
|
1955
|
-
{
|
|
1956
|
-
"isSerialized": true,
|
|
1957
|
-
"isSigningField": true,
|
|
1958
|
-
"isVLEncoded": true,
|
|
1959
|
-
"nth": 32,
|
|
1960
|
-
"type": "Blob"
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
2103
|
[
|
|
1964
2104
|
"Account",
|
|
1965
2105
|
{
|
|
@@ -2150,6 +2290,26 @@
|
|
|
2150
2290
|
"type": "AccountID"
|
|
2151
2291
|
}
|
|
2152
2292
|
],
|
|
2293
|
+
[
|
|
2294
|
+
"Borrower",
|
|
2295
|
+
{
|
|
2296
|
+
"isSerialized": true,
|
|
2297
|
+
"isSigningField": true,
|
|
2298
|
+
"isVLEncoded": true,
|
|
2299
|
+
"nth": 25,
|
|
2300
|
+
"type": "AccountID"
|
|
2301
|
+
}
|
|
2302
|
+
],
|
|
2303
|
+
[
|
|
2304
|
+
"Counterparty",
|
|
2305
|
+
{
|
|
2306
|
+
"isSerialized": true,
|
|
2307
|
+
"isSigningField": true,
|
|
2308
|
+
"isVLEncoded": true,
|
|
2309
|
+
"nth": 26,
|
|
2310
|
+
"type": "AccountID"
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2153
2313
|
[
|
|
2154
2314
|
"Number",
|
|
2155
2315
|
{
|
|
@@ -2201,7 +2361,127 @@
|
|
|
2201
2361
|
}
|
|
2202
2362
|
],
|
|
2203
2363
|
[
|
|
2204
|
-
"
|
|
2364
|
+
"DebtTotal",
|
|
2365
|
+
{
|
|
2366
|
+
"isSerialized": true,
|
|
2367
|
+
"isSigningField": true,
|
|
2368
|
+
"isVLEncoded": false,
|
|
2369
|
+
"nth": 6,
|
|
2370
|
+
"type": "Number"
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
2373
|
+
[
|
|
2374
|
+
"DebtMaximum",
|
|
2375
|
+
{
|
|
2376
|
+
"isSerialized": true,
|
|
2377
|
+
"isSigningField": true,
|
|
2378
|
+
"isVLEncoded": false,
|
|
2379
|
+
"nth": 7,
|
|
2380
|
+
"type": "Number"
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
[
|
|
2384
|
+
"CoverAvailable",
|
|
2385
|
+
{
|
|
2386
|
+
"isSerialized": true,
|
|
2387
|
+
"isSigningField": true,
|
|
2388
|
+
"isVLEncoded": false,
|
|
2389
|
+
"nth": 8,
|
|
2390
|
+
"type": "Number"
|
|
2391
|
+
}
|
|
2392
|
+
],
|
|
2393
|
+
[
|
|
2394
|
+
"LoanOriginationFee",
|
|
2395
|
+
{
|
|
2396
|
+
"isSerialized": true,
|
|
2397
|
+
"isSigningField": true,
|
|
2398
|
+
"isVLEncoded": false,
|
|
2399
|
+
"nth": 9,
|
|
2400
|
+
"type": "Number"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
[
|
|
2404
|
+
"LoanServiceFee",
|
|
2405
|
+
{
|
|
2406
|
+
"isSerialized": true,
|
|
2407
|
+
"isSigningField": true,
|
|
2408
|
+
"isVLEncoded": false,
|
|
2409
|
+
"nth": 10,
|
|
2410
|
+
"type": "Number"
|
|
2411
|
+
}
|
|
2412
|
+
],
|
|
2413
|
+
[
|
|
2414
|
+
"LatePaymentFee",
|
|
2415
|
+
{
|
|
2416
|
+
"isSerialized": true,
|
|
2417
|
+
"isSigningField": true,
|
|
2418
|
+
"isVLEncoded": false,
|
|
2419
|
+
"nth": 11,
|
|
2420
|
+
"type": "Number"
|
|
2421
|
+
}
|
|
2422
|
+
],
|
|
2423
|
+
[
|
|
2424
|
+
"ClosePaymentFee",
|
|
2425
|
+
{
|
|
2426
|
+
"isSerialized": true,
|
|
2427
|
+
"isSigningField": true,
|
|
2428
|
+
"isVLEncoded": false,
|
|
2429
|
+
"nth": 12,
|
|
2430
|
+
"type": "Number"
|
|
2431
|
+
}
|
|
2432
|
+
],
|
|
2433
|
+
[
|
|
2434
|
+
"PrincipalOutstanding",
|
|
2435
|
+
{
|
|
2436
|
+
"isSerialized": true,
|
|
2437
|
+
"isSigningField": true,
|
|
2438
|
+
"isVLEncoded": false,
|
|
2439
|
+
"nth": 13,
|
|
2440
|
+
"type": "Number"
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
[
|
|
2444
|
+
"PrincipalRequested",
|
|
2445
|
+
{
|
|
2446
|
+
"isSerialized": true,
|
|
2447
|
+
"isSigningField": true,
|
|
2448
|
+
"isVLEncoded": false,
|
|
2449
|
+
"nth": 14,
|
|
2450
|
+
"type": "Number"
|
|
2451
|
+
}
|
|
2452
|
+
],
|
|
2453
|
+
[
|
|
2454
|
+
"TotalValueOutstanding",
|
|
2455
|
+
{
|
|
2456
|
+
"isSerialized": true,
|
|
2457
|
+
"isSigningField": true,
|
|
2458
|
+
"isVLEncoded": false,
|
|
2459
|
+
"nth": 15,
|
|
2460
|
+
"type": "Number"
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
2463
|
+
[
|
|
2464
|
+
"PeriodicPayment",
|
|
2465
|
+
{
|
|
2466
|
+
"isSerialized": true,
|
|
2467
|
+
"isSigningField": true,
|
|
2468
|
+
"isVLEncoded": false,
|
|
2469
|
+
"nth": 16,
|
|
2470
|
+
"type": "Number"
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
[
|
|
2474
|
+
"ManagementFeeOutstanding",
|
|
2475
|
+
{
|
|
2476
|
+
"isSerialized": true,
|
|
2477
|
+
"isSigningField": true,
|
|
2478
|
+
"isVLEncoded": false,
|
|
2479
|
+
"nth": 17,
|
|
2480
|
+
"type": "Number"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
[
|
|
2484
|
+
"LoanScale",
|
|
2205
2485
|
{
|
|
2206
2486
|
"isSerialized": true,
|
|
2207
2487
|
"isSigningField": true,
|
|
@@ -2550,6 +2830,16 @@
|
|
|
2550
2830
|
"type": "STObject"
|
|
2551
2831
|
}
|
|
2552
2832
|
],
|
|
2833
|
+
[
|
|
2834
|
+
"CounterpartySignature",
|
|
2835
|
+
{
|
|
2836
|
+
"isSerialized": true,
|
|
2837
|
+
"isSigningField": false,
|
|
2838
|
+
"isVLEncoded": false,
|
|
2839
|
+
"nth": 37,
|
|
2840
|
+
"type": "STObject"
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2553
2843
|
[
|
|
2554
2844
|
"Signers",
|
|
2555
2845
|
{
|
|
@@ -3156,6 +3446,8 @@
|
|
|
3156
3446
|
"FeeSettings": 115,
|
|
3157
3447
|
"Invalid": -1,
|
|
3158
3448
|
"LedgerHashes": 104,
|
|
3449
|
+
"Loan": 137,
|
|
3450
|
+
"LoanBroker": 136,
|
|
3159
3451
|
"MPToken": 127,
|
|
3160
3452
|
"MPTokenIssuance": 126,
|
|
3161
3453
|
"NFTokenOffer": 55,
|
|
@@ -3239,7 +3531,6 @@
|
|
|
3239
3531
|
"tecUNFUNDED_AMM": 162,
|
|
3240
3532
|
"tecUNFUNDED_OFFER": 103,
|
|
3241
3533
|
"tecUNFUNDED_PAYMENT": 104,
|
|
3242
|
-
"tecWASM_REJECTED": 199,
|
|
3243
3534
|
"tecWRONG_ASSET": 194,
|
|
3244
3535
|
"tecXCHAIN_ACCOUNT_CREATE_PAST": 181,
|
|
3245
3536
|
"tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 182,
|
|
@@ -3258,7 +3549,6 @@
|
|
|
3258
3549
|
"tecXCHAIN_SELF_COMMIT": 184,
|
|
3259
3550
|
"tecXCHAIN_SENDING_ACCOUNT_MISMATCH": 179,
|
|
3260
3551
|
"tecXCHAIN_WRONG_CHAIN": 176,
|
|
3261
|
-
|
|
3262
3552
|
"tefALREADY": -198,
|
|
3263
3553
|
"tefBAD_ADD_AUTH": -197,
|
|
3264
3554
|
"tefBAD_AUTH": -196,
|
|
@@ -3278,12 +3568,9 @@
|
|
|
3278
3568
|
"tefNOT_MULTI_SIGNING": -184,
|
|
3279
3569
|
"tefNO_AUTH_REQUIRED": -191,
|
|
3280
3570
|
"tefNO_TICKET": -180,
|
|
3281
|
-
"tefNO_WASM": -177,
|
|
3282
3571
|
"tefPAST_SEQ": -190,
|
|
3283
3572
|
"tefTOO_BIG": -181,
|
|
3284
|
-
"tefWASM_FIELD_NOT_INCLUDED": -176,
|
|
3285
3573
|
"tefWRONG_PRIOR": -189,
|
|
3286
|
-
|
|
3287
3574
|
"telBAD_DOMAIN": -398,
|
|
3288
3575
|
"telBAD_PATH_COUNT": -397,
|
|
3289
3576
|
"telBAD_PUBLIC_KEY": -396,
|
|
@@ -3301,7 +3588,6 @@
|
|
|
3301
3588
|
"telNO_DST_PARTIAL": -393,
|
|
3302
3589
|
"telREQUIRES_NETWORK_ID": -385,
|
|
3303
3590
|
"telWRONG_NETWORK": -386,
|
|
3304
|
-
|
|
3305
3591
|
"temARRAY_EMPTY": -253,
|
|
3306
3592
|
"temARRAY_TOO_LARGE": -252,
|
|
3307
3593
|
"temBAD_AMM_TOKENS": -261,
|
|
@@ -3329,7 +3615,6 @@
|
|
|
3329
3615
|
"temBAD_TICK_SIZE": -269,
|
|
3330
3616
|
"temBAD_TRANSFER_FEE": -251,
|
|
3331
3617
|
"temBAD_TRANSFER_RATE": -280,
|
|
3332
|
-
"temBAD_WASM": -249,
|
|
3333
3618
|
"temBAD_WEIGHT": -270,
|
|
3334
3619
|
"temCANNOT_PREAUTH_SELF": -267,
|
|
3335
3620
|
"temDISABLED": -273,
|
|
@@ -3353,7 +3638,6 @@
|
|
|
3353
3638
|
"temXCHAIN_BRIDGE_BAD_REWARD_AMOUNT": -255,
|
|
3354
3639
|
"temXCHAIN_BRIDGE_NONDOOR_OWNER": -257,
|
|
3355
3640
|
"temXCHAIN_EQUAL_DOOR_ACCOUNTS": -260,
|
|
3356
|
-
|
|
3357
3641
|
"terADDRESS_COLLISION": -86,
|
|
3358
3642
|
"terFUNDS_SPENT": -98,
|
|
3359
3643
|
"terINSUF_FEE_B": -97,
|
|
@@ -3361,6 +3645,7 @@
|
|
|
3361
3645
|
"terNO_ACCOUNT": -96,
|
|
3362
3646
|
"terNO_AMM": -87,
|
|
3363
3647
|
"terNO_AUTH": -95,
|
|
3648
|
+
"terNO_DELEGATE_PERMISSION": -85,
|
|
3364
3649
|
"terNO_LINE": -94,
|
|
3365
3650
|
"terNO_RIPPLE": -90,
|
|
3366
3651
|
"terOWNERS": -93,
|
|
@@ -3368,7 +3653,6 @@
|
|
|
3368
3653
|
"terPRE_TICKET": -88,
|
|
3369
3654
|
"terQUEUED": -89,
|
|
3370
3655
|
"terRETRY": -99,
|
|
3371
|
-
|
|
3372
3656
|
"tesSUCCESS": 0
|
|
3373
3657
|
},
|
|
3374
3658
|
"TRANSACTION_TYPES": {
|
|
@@ -3399,6 +3683,15 @@
|
|
|
3399
3683
|
"EscrowFinish": 2,
|
|
3400
3684
|
"Invalid": -1,
|
|
3401
3685
|
"LedgerStateFix": 53,
|
|
3686
|
+
"LoanBrokerCoverClawback": 78,
|
|
3687
|
+
"LoanBrokerCoverDeposit": 76,
|
|
3688
|
+
"LoanBrokerCoverWithdraw": 77,
|
|
3689
|
+
"LoanBrokerDelete": 75,
|
|
3690
|
+
"LoanBrokerSet": 74,
|
|
3691
|
+
"LoanDelete": 81,
|
|
3692
|
+
"LoanManage": 82,
|
|
3693
|
+
"LoanPay": 84,
|
|
3694
|
+
"LoanSet": 80,
|
|
3402
3695
|
"MPTokenAuthorize": 57,
|
|
3403
3696
|
"MPTokenIssuanceCreate": 54,
|
|
3404
3697
|
"MPTokenIssuanceDestroy": 55,
|
|
@@ -3432,6 +3725,7 @@
|
|
|
3432
3725
|
"VaultSet": 66,
|
|
3433
3726
|
"VaultWithdraw": 69,
|
|
3434
3727
|
"XChainAccountCreateCommit": 44,
|
|
3728
|
+
"XChainAddAccountCreateAttestation": 46,
|
|
3435
3729
|
"XChainAddClaimAttestation": 45,
|
|
3436
3730
|
"XChainClaim": 43,
|
|
3437
3731
|
"XChainCommit": 42,
|
package/dist/index.js
CHANGED
|
@@ -85,9 +85,6 @@ function encodeForMultisigning(json, signer, definitions) {
|
|
|
85
85
|
if (typeof json !== 'object') {
|
|
86
86
|
throw new Error();
|
|
87
87
|
}
|
|
88
|
-
if (json['SigningPubKey'] !== '') {
|
|
89
|
-
throw new Error();
|
|
90
|
-
}
|
|
91
88
|
const definitionsOpt = definitions ? { definitions } : undefined;
|
|
92
89
|
return (0, utils_1.bytesToHex)(multiSigningData(json, signer, definitionsOpt));
|
|
93
90
|
}
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2CAAyD;AACzD,mDAAkD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|