ripple-binary-codec 2.6.0-smartescrow.2 → 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 +328 -20
- package/dist/enums/src/enums/definitions.json +328 -25
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/src/enums/definitions.json +328 -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/src/types/issue.d.ts +8 -11
- package/dist/src/types/issue.js +38 -25
- package/dist/src/types/issue.js.map +1 -1
- package/dist/src/types/st-object.js +1 -6
- package/dist/src/types/st-object.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/dist/types/issue.d.ts +8 -11
- package/dist/types/issue.js +38 -25
- package/dist/types/issue.js.map +1 -1
- package/dist/types/st-object.js +1 -6
- package/dist/types/st-object.js.map +1 -1
- package/package.json +2 -3
- package/src/enums/definitions.json +328 -25
- package/src/index.ts +1 -3
- package/src/types/index.ts +0 -3
- package/src/types/issue.ts +53 -26
- package/src/types/st-object.ts +1 -7
- 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/.DS_Store +0 -0
- 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
|
{
|
|
@@ -681,7 +691,7 @@
|
|
|
681
691
|
}
|
|
682
692
|
],
|
|
683
693
|
[
|
|
684
|
-
"
|
|
694
|
+
"MutableFlags",
|
|
685
695
|
{
|
|
686
696
|
"isSerialized": true,
|
|
687
697
|
"isSigningField": true,
|
|
@@ -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,
|
|
@@ -730,6 +740,116 @@
|
|
|
730
740
|
"type": "UInt32"
|
|
731
741
|
}
|
|
732
742
|
],
|
|
743
|
+
[
|
|
744
|
+
"NextPaymentDueDate",
|
|
745
|
+
{
|
|
746
|
+
"isSerialized": true,
|
|
747
|
+
"isSigningField": true,
|
|
748
|
+
"isVLEncoded": false,
|
|
749
|
+
"nth": 58,
|
|
750
|
+
"type": "UInt32"
|
|
751
|
+
}
|
|
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
|
+
],
|
|
733
853
|
[
|
|
734
854
|
"IndexNext",
|
|
735
855
|
{
|
|
@@ -1000,6 +1120,26 @@
|
|
|
1000
1120
|
"type": "UInt64"
|
|
1001
1121
|
}
|
|
1002
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
|
+
],
|
|
1003
1143
|
[
|
|
1004
1144
|
"EmailHash",
|
|
1005
1145
|
{
|
|
@@ -1350,6 +1490,26 @@
|
|
|
1350
1490
|
"type": "Hash256"
|
|
1351
1491
|
}
|
|
1352
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
|
+
],
|
|
1353
1513
|
[
|
|
1354
1514
|
"hash",
|
|
1355
1515
|
{
|
|
@@ -1940,16 +2100,6 @@
|
|
|
1940
2100
|
"type": "Blob"
|
|
1941
2101
|
}
|
|
1942
2102
|
],
|
|
1943
|
-
[
|
|
1944
|
-
"FinishFunction",
|
|
1945
|
-
{
|
|
1946
|
-
"isSerialized": true,
|
|
1947
|
-
"isSigningField": true,
|
|
1948
|
-
"isVLEncoded": true,
|
|
1949
|
-
"nth": 32,
|
|
1950
|
-
"type": "Blob"
|
|
1951
|
-
}
|
|
1952
|
-
],
|
|
1953
2103
|
[
|
|
1954
2104
|
"Account",
|
|
1955
2105
|
{
|
|
@@ -2140,6 +2290,26 @@
|
|
|
2140
2290
|
"type": "AccountID"
|
|
2141
2291
|
}
|
|
2142
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
|
+
],
|
|
2143
2313
|
[
|
|
2144
2314
|
"Number",
|
|
2145
2315
|
{
|
|
@@ -2191,7 +2361,127 @@
|
|
|
2191
2361
|
}
|
|
2192
2362
|
],
|
|
2193
2363
|
[
|
|
2194
|
-
"
|
|
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",
|
|
2195
2485
|
{
|
|
2196
2486
|
"isSerialized": true,
|
|
2197
2487
|
"isSigningField": true,
|
|
@@ -2540,6 +2830,16 @@
|
|
|
2540
2830
|
"type": "STObject"
|
|
2541
2831
|
}
|
|
2542
2832
|
],
|
|
2833
|
+
[
|
|
2834
|
+
"CounterpartySignature",
|
|
2835
|
+
{
|
|
2836
|
+
"isSerialized": true,
|
|
2837
|
+
"isSigningField": false,
|
|
2838
|
+
"isVLEncoded": false,
|
|
2839
|
+
"nth": 37,
|
|
2840
|
+
"type": "STObject"
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2543
2843
|
[
|
|
2544
2844
|
"Signers",
|
|
2545
2845
|
{
|
|
@@ -3146,6 +3446,8 @@
|
|
|
3146
3446
|
"FeeSettings": 115,
|
|
3147
3447
|
"Invalid": -1,
|
|
3148
3448
|
"LedgerHashes": 104,
|
|
3449
|
+
"Loan": 137,
|
|
3450
|
+
"LoanBroker": 136,
|
|
3149
3451
|
"MPToken": 127,
|
|
3150
3452
|
"MPTokenIssuance": 126,
|
|
3151
3453
|
"NFTokenOffer": 55,
|
|
@@ -3229,7 +3531,6 @@
|
|
|
3229
3531
|
"tecUNFUNDED_AMM": 162,
|
|
3230
3532
|
"tecUNFUNDED_OFFER": 103,
|
|
3231
3533
|
"tecUNFUNDED_PAYMENT": 104,
|
|
3232
|
-
"tecWASM_REJECTED": 199,
|
|
3233
3534
|
"tecWRONG_ASSET": 194,
|
|
3234
3535
|
"tecXCHAIN_ACCOUNT_CREATE_PAST": 181,
|
|
3235
3536
|
"tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 182,
|
|
@@ -3267,10 +3568,8 @@
|
|
|
3267
3568
|
"tefNOT_MULTI_SIGNING": -184,
|
|
3268
3569
|
"tefNO_AUTH_REQUIRED": -191,
|
|
3269
3570
|
"tefNO_TICKET": -180,
|
|
3270
|
-
"tefNO_WASM": -177,
|
|
3271
3571
|
"tefPAST_SEQ": -190,
|
|
3272
3572
|
"tefTOO_BIG": -181,
|
|
3273
|
-
"tefWASM_FIELD_NOT_INCLUDED": -176,
|
|
3274
3573
|
"tefWRONG_PRIOR": -189,
|
|
3275
3574
|
"telBAD_DOMAIN": -398,
|
|
3276
3575
|
"telBAD_PATH_COUNT": -397,
|
|
@@ -3316,7 +3615,6 @@
|
|
|
3316
3615
|
"temBAD_TICK_SIZE": -269,
|
|
3317
3616
|
"temBAD_TRANSFER_FEE": -251,
|
|
3318
3617
|
"temBAD_TRANSFER_RATE": -280,
|
|
3319
|
-
"temBAD_WASM": -249,
|
|
3320
3618
|
"temBAD_WEIGHT": -270,
|
|
3321
3619
|
"temCANNOT_PREAUTH_SELF": -267,
|
|
3322
3620
|
"temDISABLED": -273,
|
|
@@ -3347,6 +3645,7 @@
|
|
|
3347
3645
|
"terNO_ACCOUNT": -96,
|
|
3348
3646
|
"terNO_AMM": -87,
|
|
3349
3647
|
"terNO_AUTH": -95,
|
|
3648
|
+
"terNO_DELEGATE_PERMISSION": -85,
|
|
3350
3649
|
"terNO_LINE": -94,
|
|
3351
3650
|
"terNO_RIPPLE": -90,
|
|
3352
3651
|
"terOWNERS": -93,
|
|
@@ -3384,6 +3683,15 @@
|
|
|
3384
3683
|
"EscrowFinish": 2,
|
|
3385
3684
|
"Invalid": -1,
|
|
3386
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,
|
|
3387
3695
|
"MPTokenAuthorize": 57,
|
|
3388
3696
|
"MPTokenIssuanceCreate": 54,
|
|
3389
3697
|
"MPTokenIssuanceDestroy": 55,
|