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,
|
|
@@ -3277,10 +3568,8 @@
|
|
|
3277
3568
|
"tefNOT_MULTI_SIGNING": -184,
|
|
3278
3569
|
"tefNO_AUTH_REQUIRED": -191,
|
|
3279
3570
|
"tefNO_TICKET": -180,
|
|
3280
|
-
"tefNO_WASM": -177,
|
|
3281
3571
|
"tefPAST_SEQ": -190,
|
|
3282
3572
|
"tefTOO_BIG": -181,
|
|
3283
|
-
"tefWASM_FIELD_NOT_INCLUDED": -176,
|
|
3284
3573
|
"tefWRONG_PRIOR": -189,
|
|
3285
3574
|
"telBAD_DOMAIN": -398,
|
|
3286
3575
|
"telBAD_PATH_COUNT": -397,
|
|
@@ -3326,7 +3615,6 @@
|
|
|
3326
3615
|
"temBAD_TICK_SIZE": -269,
|
|
3327
3616
|
"temBAD_TRANSFER_FEE": -251,
|
|
3328
3617
|
"temBAD_TRANSFER_RATE": -280,
|
|
3329
|
-
"temBAD_WASM": -249,
|
|
3330
3618
|
"temBAD_WEIGHT": -270,
|
|
3331
3619
|
"temCANNOT_PREAUTH_SELF": -267,
|
|
3332
3620
|
"temDISABLED": -273,
|
|
@@ -3357,6 +3645,7 @@
|
|
|
3357
3645
|
"terNO_ACCOUNT": -96,
|
|
3358
3646
|
"terNO_AMM": -87,
|
|
3359
3647
|
"terNO_AUTH": -95,
|
|
3648
|
+
"terNO_DELEGATE_PERMISSION": -85,
|
|
3360
3649
|
"terNO_LINE": -94,
|
|
3361
3650
|
"terNO_RIPPLE": -90,
|
|
3362
3651
|
"terOWNERS": -93,
|
|
@@ -3394,6 +3683,15 @@
|
|
|
3394
3683
|
"EscrowFinish": 2,
|
|
3395
3684
|
"Invalid": -1,
|
|
3396
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,
|
|
3397
3695
|
"MPTokenAuthorize": 57,
|
|
3398
3696
|
"MPTokenIssuanceCreate": 54,
|
|
3399
3697
|
"MPTokenIssuanceDestroy": 55,
|
|
@@ -3427,6 +3725,7 @@
|
|
|
3427
3725
|
"VaultSet": 66,
|
|
3428
3726
|
"VaultWithdraw": 69,
|
|
3429
3727
|
"XChainAccountCreateCommit": 44,
|
|
3728
|
+
"XChainAddAccountCreateAttestation": 46,
|
|
3430
3729
|
"XChainAddClaimAttestation": 45,
|
|
3431
3730
|
"XChainClaim": 43,
|
|
3432
3731
|
"XChainCommit": 42,
|