ripple-binary-codec 2.3.0 → 2.4.0-smartescrow.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 +67 -23
- package/dist/enums/src/enums/definitions.json +72 -23
- package/dist/src/enums/definitions.json +67 -23
- package/dist/src/types/issue.d.ts +19 -9
- package/dist/src/types/issue.js +36 -13
- package/dist/src/types/issue.js.map +1 -1
- package/dist/src/types/st-object.js +14 -4
- package/dist/src/types/st-object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/issue.d.ts +19 -9
- package/dist/types/issue.js +36 -13
- package/dist/types/issue.js.map +1 -1
- package/dist/types/st-object.js +14 -4
- package/dist/types/st-object.js.map +1 -1
- package/package.json +4 -3
- package/src/.DS_Store +0 -0
- package/src/enums/definitions.json +72 -23
- package/src/types/issue.ts +58 -18
- package/src/types/st-object.ts +18 -7
|
@@ -670,6 +670,26 @@
|
|
|
670
670
|
"type": "UInt32"
|
|
671
671
|
}
|
|
672
672
|
],
|
|
673
|
+
[
|
|
674
|
+
"ExtensionComputeLimit",
|
|
675
|
+
{
|
|
676
|
+
"isSerialized": true,
|
|
677
|
+
"isSigningField": true,
|
|
678
|
+
"isVLEncoded": false,
|
|
679
|
+
"nth": 52,
|
|
680
|
+
"type": "UInt32"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
[
|
|
684
|
+
"ExtensionSizeLimit",
|
|
685
|
+
{
|
|
686
|
+
"isSerialized": true,
|
|
687
|
+
"isSigningField": true,
|
|
688
|
+
"isVLEncoded": false,
|
|
689
|
+
"nth": 53,
|
|
690
|
+
"type": "UInt32"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
673
693
|
[
|
|
674
694
|
"IndexNext",
|
|
675
695
|
{
|
|
@@ -913,20 +933,20 @@
|
|
|
913
933
|
[
|
|
914
934
|
"IssuerNode",
|
|
915
935
|
{
|
|
916
|
-
"nth": 27,
|
|
917
|
-
"isVLEncoded": false,
|
|
918
936
|
"isSerialized": true,
|
|
919
937
|
"isSigningField": true,
|
|
938
|
+
"isVLEncoded": false,
|
|
939
|
+
"nth": 27,
|
|
920
940
|
"type": "UInt64"
|
|
921
941
|
}
|
|
922
942
|
],
|
|
923
943
|
[
|
|
924
944
|
"SubjectNode",
|
|
925
945
|
{
|
|
926
|
-
"nth": 28,
|
|
927
|
-
"isVLEncoded": false,
|
|
928
946
|
"isSerialized": true,
|
|
929
947
|
"isSigningField": true,
|
|
948
|
+
"isVLEncoded": false,
|
|
949
|
+
"nth": 28,
|
|
930
950
|
"type": "UInt64"
|
|
931
951
|
}
|
|
932
952
|
],
|
|
@@ -1253,10 +1273,10 @@
|
|
|
1253
1273
|
[
|
|
1254
1274
|
"DomainID",
|
|
1255
1275
|
{
|
|
1256
|
-
"nth": 34,
|
|
1257
|
-
"isVLEncoded": false,
|
|
1258
1276
|
"isSerialized": true,
|
|
1259
1277
|
"isSigningField": true,
|
|
1278
|
+
"isVLEncoded": false,
|
|
1279
|
+
"nth": 34,
|
|
1260
1280
|
"type": "Hash256"
|
|
1261
1281
|
}
|
|
1262
1282
|
],
|
|
@@ -1843,10 +1863,20 @@
|
|
|
1843
1863
|
[
|
|
1844
1864
|
"CredentialType",
|
|
1845
1865
|
{
|
|
1846
|
-
"
|
|
1866
|
+
"isSerialized": true,
|
|
1867
|
+
"isSigningField": true,
|
|
1847
1868
|
"isVLEncoded": true,
|
|
1869
|
+
"nth": 31,
|
|
1870
|
+
"type": "Blob"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
[
|
|
1874
|
+
"FinishFunction",
|
|
1875
|
+
{
|
|
1848
1876
|
"isSerialized": true,
|
|
1849
1877
|
"isSigningField": true,
|
|
1878
|
+
"isVLEncoded": true,
|
|
1879
|
+
"nth": 32,
|
|
1850
1880
|
"type": "Blob"
|
|
1851
1881
|
}
|
|
1852
1882
|
],
|
|
@@ -2023,13 +2053,23 @@
|
|
|
2023
2053
|
[
|
|
2024
2054
|
"Subject",
|
|
2025
2055
|
{
|
|
2026
|
-
"nth": 24,
|
|
2027
|
-
"isVLEncoded": true,
|
|
2028
2056
|
"isSerialized": true,
|
|
2029
2057
|
"isSigningField": true,
|
|
2058
|
+
"isVLEncoded": true,
|
|
2059
|
+
"nth": 24,
|
|
2030
2060
|
"type": "AccountID"
|
|
2031
2061
|
}
|
|
2032
2062
|
],
|
|
2063
|
+
[
|
|
2064
|
+
"Number",
|
|
2065
|
+
{
|
|
2066
|
+
"isSerialized": true,
|
|
2067
|
+
"isSigningField": true,
|
|
2068
|
+
"isVLEncoded": false,
|
|
2069
|
+
"nth": 1,
|
|
2070
|
+
"type": "Number"
|
|
2071
|
+
}
|
|
2072
|
+
],
|
|
2033
2073
|
[
|
|
2034
2074
|
"TransactionMetaData",
|
|
2035
2075
|
{
|
|
@@ -2323,10 +2363,10 @@
|
|
|
2323
2363
|
[
|
|
2324
2364
|
"Credential",
|
|
2325
2365
|
{
|
|
2326
|
-
"nth": 33,
|
|
2327
|
-
"isVLEncoded": false,
|
|
2328
2366
|
"isSerialized": true,
|
|
2329
2367
|
"isSigningField": true,
|
|
2368
|
+
"isVLEncoded": false,
|
|
2369
|
+
"nth": 33,
|
|
2330
2370
|
"type": "STObject"
|
|
2331
2371
|
}
|
|
2332
2372
|
],
|
|
@@ -2523,29 +2563,30 @@
|
|
|
2523
2563
|
[
|
|
2524
2564
|
"AuthorizeCredentials",
|
|
2525
2565
|
{
|
|
2526
|
-
"nth": 26,
|
|
2527
|
-
"isVLEncoded": false,
|
|
2528
2566
|
"isSerialized": true,
|
|
2529
2567
|
"isSigningField": true,
|
|
2568
|
+
"isVLEncoded": false,
|
|
2569
|
+
"nth": 26,
|
|
2530
2570
|
"type": "STArray"
|
|
2531
2571
|
}
|
|
2532
2572
|
],
|
|
2533
2573
|
[
|
|
2534
2574
|
"UnauthorizeCredentials",
|
|
2535
2575
|
{
|
|
2536
|
-
"nth": 27,
|
|
2537
|
-
"isVLEncoded": false,
|
|
2538
2576
|
"isSerialized": true,
|
|
2539
2577
|
"isSigningField": true,
|
|
2578
|
+
"isVLEncoded": false,
|
|
2579
|
+
"nth": 27,
|
|
2540
2580
|
"type": "STArray"
|
|
2541
2581
|
}
|
|
2542
2582
|
],
|
|
2543
2583
|
[
|
|
2544
|
-
"AcceptedCredentials",
|
|
2545
|
-
|
|
2546
|
-
"isVLEncoded": false,
|
|
2584
|
+
"AcceptedCredentials",
|
|
2585
|
+
{
|
|
2547
2586
|
"isSerialized": true,
|
|
2548
2587
|
"isSigningField": true,
|
|
2588
|
+
"isVLEncoded": false,
|
|
2589
|
+
"nth": 28,
|
|
2549
2590
|
"type": "STArray"
|
|
2550
2591
|
}
|
|
2551
2592
|
],
|
|
@@ -2732,10 +2773,10 @@
|
|
|
2732
2773
|
[
|
|
2733
2774
|
"CredentialIDs",
|
|
2734
2775
|
{
|
|
2735
|
-
"nth": 5,
|
|
2736
|
-
"isVLEncoded": true,
|
|
2737
2776
|
"isSerialized": true,
|
|
2738
2777
|
"isSigningField": true,
|
|
2778
|
+
"isVLEncoded": true,
|
|
2779
|
+
"nth": 5,
|
|
2739
2780
|
"type": "Vector256"
|
|
2740
2781
|
}
|
|
2741
2782
|
],
|
|
@@ -2866,6 +2907,7 @@
|
|
|
2866
2907
|
"Amendments": 102,
|
|
2867
2908
|
"Bridge": 105,
|
|
2868
2909
|
"Check": 67,
|
|
2910
|
+
"Credential": 129,
|
|
2869
2911
|
"DID": 73,
|
|
2870
2912
|
"DepositPreauth": 112,
|
|
2871
2913
|
"DirectoryNode": 100,
|
|
@@ -2880,7 +2922,6 @@
|
|
|
2880
2922
|
"NegativeUNL": 78,
|
|
2881
2923
|
"Offer": 111,
|
|
2882
2924
|
"Oracle": 128,
|
|
2883
|
-
"Credential": 129,
|
|
2884
2925
|
"PayChannel": 120,
|
|
2885
2926
|
"PermissionedDomain": 130,
|
|
2886
2927
|
"RippleState": 114,
|
|
@@ -2910,6 +2951,7 @@
|
|
|
2910
2951
|
"tecFAILED_PROCESSING": 105,
|
|
2911
2952
|
"tecFROZEN": 137,
|
|
2912
2953
|
"tecHAS_OBLIGATIONS": 151,
|
|
2954
|
+
"tecHOOK_REJECTED": 153,
|
|
2913
2955
|
"tecINCOMPLETE": 169,
|
|
2914
2956
|
"tecINSUFFICIENT_FUNDS": 159,
|
|
2915
2957
|
"tecINSUFFICIENT_PAYMENT": 161,
|
|
@@ -2951,6 +2993,7 @@
|
|
|
2951
2993
|
"tecUNFUNDED_AMM": 162,
|
|
2952
2994
|
"tecUNFUNDED_OFFER": 103,
|
|
2953
2995
|
"tecUNFUNDED_PAYMENT": 104,
|
|
2996
|
+
"tecWASM_REJECTED": 194,
|
|
2954
2997
|
"tecXCHAIN_ACCOUNT_CREATE_PAST": 181,
|
|
2955
2998
|
"tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 182,
|
|
2956
2999
|
"tecXCHAIN_BAD_CLAIM_ID": 172,
|
|
@@ -3085,8 +3128,8 @@
|
|
|
3085
3128
|
"CheckCash": 17,
|
|
3086
3129
|
"CheckCreate": 16,
|
|
3087
3130
|
"Clawback": 30,
|
|
3088
|
-
"CredentialCreate": 58,
|
|
3089
3131
|
"CredentialAccept": 59,
|
|
3132
|
+
"CredentialCreate": 58,
|
|
3090
3133
|
"CredentialDelete": 60,
|
|
3091
3134
|
"DIDDelete": 50,
|
|
3092
3135
|
"DIDSet": 49,
|
|
@@ -3115,8 +3158,8 @@
|
|
|
3115
3158
|
"PaymentChannelClaim": 15,
|
|
3116
3159
|
"PaymentChannelCreate": 13,
|
|
3117
3160
|
"PaymentChannelFund": 14,
|
|
3118
|
-
"PermissionedDomainSet": 62,
|
|
3119
3161
|
"PermissionedDomainDelete": 63,
|
|
3162
|
+
"PermissionedDomainSet": 62,
|
|
3120
3163
|
"SetFee": 101,
|
|
3121
3164
|
"SetRegularKey": 5,
|
|
3122
3165
|
"SignerListSet": 12,
|
|
@@ -3146,6 +3189,7 @@
|
|
|
3146
3189
|
"LedgerEntry": 10002,
|
|
3147
3190
|
"Metadata": 10004,
|
|
3148
3191
|
"NotPresent": 0,
|
|
3192
|
+
"Number": 9,
|
|
3149
3193
|
"PathSet": 18,
|
|
3150
3194
|
"STArray": 15,
|
|
3151
3195
|
"STObject": 14,
|
|
@@ -670,6 +670,26 @@
|
|
|
670
670
|
"type": "UInt32"
|
|
671
671
|
}
|
|
672
672
|
],
|
|
673
|
+
[
|
|
674
|
+
"ExtensionComputeLimit",
|
|
675
|
+
{
|
|
676
|
+
"isSerialized": true,
|
|
677
|
+
"isSigningField": true,
|
|
678
|
+
"isVLEncoded": false,
|
|
679
|
+
"nth": 52,
|
|
680
|
+
"type": "UInt32"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
[
|
|
684
|
+
"ExtensionSizeLimit",
|
|
685
|
+
{
|
|
686
|
+
"isSerialized": true,
|
|
687
|
+
"isSigningField": true,
|
|
688
|
+
"isVLEncoded": false,
|
|
689
|
+
"nth": 53,
|
|
690
|
+
"type": "UInt32"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
673
693
|
[
|
|
674
694
|
"IndexNext",
|
|
675
695
|
{
|
|
@@ -913,20 +933,20 @@
|
|
|
913
933
|
[
|
|
914
934
|
"IssuerNode",
|
|
915
935
|
{
|
|
916
|
-
"nth": 27,
|
|
917
|
-
"isVLEncoded": false,
|
|
918
936
|
"isSerialized": true,
|
|
919
937
|
"isSigningField": true,
|
|
938
|
+
"isVLEncoded": false,
|
|
939
|
+
"nth": 27,
|
|
920
940
|
"type": "UInt64"
|
|
921
941
|
}
|
|
922
942
|
],
|
|
923
943
|
[
|
|
924
944
|
"SubjectNode",
|
|
925
945
|
{
|
|
926
|
-
"nth": 28,
|
|
927
|
-
"isVLEncoded": false,
|
|
928
946
|
"isSerialized": true,
|
|
929
947
|
"isSigningField": true,
|
|
948
|
+
"isVLEncoded": false,
|
|
949
|
+
"nth": 28,
|
|
930
950
|
"type": "UInt64"
|
|
931
951
|
}
|
|
932
952
|
],
|
|
@@ -1253,10 +1273,10 @@
|
|
|
1253
1273
|
[
|
|
1254
1274
|
"DomainID",
|
|
1255
1275
|
{
|
|
1256
|
-
"nth": 34,
|
|
1257
|
-
"isVLEncoded": false,
|
|
1258
1276
|
"isSerialized": true,
|
|
1259
1277
|
"isSigningField": true,
|
|
1278
|
+
"isVLEncoded": false,
|
|
1279
|
+
"nth": 34,
|
|
1260
1280
|
"type": "Hash256"
|
|
1261
1281
|
}
|
|
1262
1282
|
],
|
|
@@ -1843,10 +1863,20 @@
|
|
|
1843
1863
|
[
|
|
1844
1864
|
"CredentialType",
|
|
1845
1865
|
{
|
|
1846
|
-
"
|
|
1866
|
+
"isSerialized": true,
|
|
1867
|
+
"isSigningField": true,
|
|
1847
1868
|
"isVLEncoded": true,
|
|
1869
|
+
"nth": 31,
|
|
1870
|
+
"type": "Blob"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
[
|
|
1874
|
+
"FinishFunction",
|
|
1875
|
+
{
|
|
1848
1876
|
"isSerialized": true,
|
|
1849
1877
|
"isSigningField": true,
|
|
1878
|
+
"isVLEncoded": true,
|
|
1879
|
+
"nth": 32,
|
|
1850
1880
|
"type": "Blob"
|
|
1851
1881
|
}
|
|
1852
1882
|
],
|
|
@@ -2023,13 +2053,23 @@
|
|
|
2023
2053
|
[
|
|
2024
2054
|
"Subject",
|
|
2025
2055
|
{
|
|
2026
|
-
"nth": 24,
|
|
2027
|
-
"isVLEncoded": true,
|
|
2028
2056
|
"isSerialized": true,
|
|
2029
2057
|
"isSigningField": true,
|
|
2058
|
+
"isVLEncoded": true,
|
|
2059
|
+
"nth": 24,
|
|
2030
2060
|
"type": "AccountID"
|
|
2031
2061
|
}
|
|
2032
2062
|
],
|
|
2063
|
+
[
|
|
2064
|
+
"Number",
|
|
2065
|
+
{
|
|
2066
|
+
"isSerialized": true,
|
|
2067
|
+
"isSigningField": true,
|
|
2068
|
+
"isVLEncoded": false,
|
|
2069
|
+
"nth": 1,
|
|
2070
|
+
"type": "Number"
|
|
2071
|
+
}
|
|
2072
|
+
],
|
|
2033
2073
|
[
|
|
2034
2074
|
"TransactionMetaData",
|
|
2035
2075
|
{
|
|
@@ -2323,10 +2363,10 @@
|
|
|
2323
2363
|
[
|
|
2324
2364
|
"Credential",
|
|
2325
2365
|
{
|
|
2326
|
-
"nth": 33,
|
|
2327
|
-
"isVLEncoded": false,
|
|
2328
2366
|
"isSerialized": true,
|
|
2329
2367
|
"isSigningField": true,
|
|
2368
|
+
"isVLEncoded": false,
|
|
2369
|
+
"nth": 33,
|
|
2330
2370
|
"type": "STObject"
|
|
2331
2371
|
}
|
|
2332
2372
|
],
|
|
@@ -2523,29 +2563,30 @@
|
|
|
2523
2563
|
[
|
|
2524
2564
|
"AuthorizeCredentials",
|
|
2525
2565
|
{
|
|
2526
|
-
"nth": 26,
|
|
2527
|
-
"isVLEncoded": false,
|
|
2528
2566
|
"isSerialized": true,
|
|
2529
2567
|
"isSigningField": true,
|
|
2568
|
+
"isVLEncoded": false,
|
|
2569
|
+
"nth": 26,
|
|
2530
2570
|
"type": "STArray"
|
|
2531
2571
|
}
|
|
2532
2572
|
],
|
|
2533
2573
|
[
|
|
2534
2574
|
"UnauthorizeCredentials",
|
|
2535
2575
|
{
|
|
2536
|
-
"nth": 27,
|
|
2537
|
-
"isVLEncoded": false,
|
|
2538
2576
|
"isSerialized": true,
|
|
2539
2577
|
"isSigningField": true,
|
|
2578
|
+
"isVLEncoded": false,
|
|
2579
|
+
"nth": 27,
|
|
2540
2580
|
"type": "STArray"
|
|
2541
2581
|
}
|
|
2542
2582
|
],
|
|
2543
2583
|
[
|
|
2544
|
-
"AcceptedCredentials",
|
|
2545
|
-
|
|
2546
|
-
"isVLEncoded": false,
|
|
2584
|
+
"AcceptedCredentials",
|
|
2585
|
+
{
|
|
2547
2586
|
"isSerialized": true,
|
|
2548
2587
|
"isSigningField": true,
|
|
2588
|
+
"isVLEncoded": false,
|
|
2589
|
+
"nth": 28,
|
|
2549
2590
|
"type": "STArray"
|
|
2550
2591
|
}
|
|
2551
2592
|
],
|
|
@@ -2732,10 +2773,10 @@
|
|
|
2732
2773
|
[
|
|
2733
2774
|
"CredentialIDs",
|
|
2734
2775
|
{
|
|
2735
|
-
"nth": 5,
|
|
2736
|
-
"isVLEncoded": true,
|
|
2737
2776
|
"isSerialized": true,
|
|
2738
2777
|
"isSigningField": true,
|
|
2778
|
+
"isVLEncoded": true,
|
|
2779
|
+
"nth": 5,
|
|
2739
2780
|
"type": "Vector256"
|
|
2740
2781
|
}
|
|
2741
2782
|
],
|
|
@@ -2866,6 +2907,7 @@
|
|
|
2866
2907
|
"Amendments": 102,
|
|
2867
2908
|
"Bridge": 105,
|
|
2868
2909
|
"Check": 67,
|
|
2910
|
+
"Credential": 129,
|
|
2869
2911
|
"DID": 73,
|
|
2870
2912
|
"DepositPreauth": 112,
|
|
2871
2913
|
"DirectoryNode": 100,
|
|
@@ -2880,7 +2922,6 @@
|
|
|
2880
2922
|
"NegativeUNL": 78,
|
|
2881
2923
|
"Offer": 111,
|
|
2882
2924
|
"Oracle": 128,
|
|
2883
|
-
"Credential": 129,
|
|
2884
2925
|
"PayChannel": 120,
|
|
2885
2926
|
"PermissionedDomain": 130,
|
|
2886
2927
|
"RippleState": 114,
|
|
@@ -2910,6 +2951,7 @@
|
|
|
2910
2951
|
"tecFAILED_PROCESSING": 105,
|
|
2911
2952
|
"tecFROZEN": 137,
|
|
2912
2953
|
"tecHAS_OBLIGATIONS": 151,
|
|
2954
|
+
"tecHOOK_REJECTED": 153,
|
|
2913
2955
|
"tecINCOMPLETE": 169,
|
|
2914
2956
|
"tecINSUFFICIENT_FUNDS": 159,
|
|
2915
2957
|
"tecINSUFFICIENT_PAYMENT": 161,
|
|
@@ -2951,6 +2993,7 @@
|
|
|
2951
2993
|
"tecUNFUNDED_AMM": 162,
|
|
2952
2994
|
"tecUNFUNDED_OFFER": 103,
|
|
2953
2995
|
"tecUNFUNDED_PAYMENT": 104,
|
|
2996
|
+
"tecWASM_REJECTED": 194,
|
|
2954
2997
|
"tecXCHAIN_ACCOUNT_CREATE_PAST": 181,
|
|
2955
2998
|
"tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 182,
|
|
2956
2999
|
"tecXCHAIN_BAD_CLAIM_ID": 172,
|
|
@@ -2968,6 +3011,7 @@
|
|
|
2968
3011
|
"tecXCHAIN_SELF_COMMIT": 184,
|
|
2969
3012
|
"tecXCHAIN_SENDING_ACCOUNT_MISMATCH": 179,
|
|
2970
3013
|
"tecXCHAIN_WRONG_CHAIN": 176,
|
|
3014
|
+
|
|
2971
3015
|
"tefALREADY": -198,
|
|
2972
3016
|
"tefBAD_ADD_AUTH": -197,
|
|
2973
3017
|
"tefBAD_AUTH": -196,
|
|
@@ -2990,6 +3034,7 @@
|
|
|
2990
3034
|
"tefPAST_SEQ": -190,
|
|
2991
3035
|
"tefTOO_BIG": -181,
|
|
2992
3036
|
"tefWRONG_PRIOR": -189,
|
|
3037
|
+
|
|
2993
3038
|
"telBAD_DOMAIN": -398,
|
|
2994
3039
|
"telBAD_PATH_COUNT": -397,
|
|
2995
3040
|
"telBAD_PUBLIC_KEY": -396,
|
|
@@ -3007,6 +3052,7 @@
|
|
|
3007
3052
|
"telNO_DST_PARTIAL": -393,
|
|
3008
3053
|
"telREQUIRES_NETWORK_ID": -385,
|
|
3009
3054
|
"telWRONG_NETWORK": -386,
|
|
3055
|
+
|
|
3010
3056
|
"temARRAY_EMPTY": -253,
|
|
3011
3057
|
"temARRAY_TOO_LARGE": -252,
|
|
3012
3058
|
"temBAD_AMM_TOKENS": -261,
|
|
@@ -3056,6 +3102,7 @@
|
|
|
3056
3102
|
"temXCHAIN_BRIDGE_BAD_REWARD_AMOUNT": -255,
|
|
3057
3103
|
"temXCHAIN_BRIDGE_NONDOOR_OWNER": -257,
|
|
3058
3104
|
"temXCHAIN_EQUAL_DOOR_ACCOUNTS": -260,
|
|
3105
|
+
|
|
3059
3106
|
"terFUNDS_SPENT": -98,
|
|
3060
3107
|
"terINSUF_FEE_B": -97,
|
|
3061
3108
|
"terLAST": -91,
|
|
@@ -3069,6 +3116,7 @@
|
|
|
3069
3116
|
"terPRE_TICKET": -88,
|
|
3070
3117
|
"terQUEUED": -89,
|
|
3071
3118
|
"terRETRY": -99,
|
|
3119
|
+
|
|
3072
3120
|
"tesSUCCESS": 0
|
|
3073
3121
|
},
|
|
3074
3122
|
"TRANSACTION_TYPES": {
|
|
@@ -3085,8 +3133,8 @@
|
|
|
3085
3133
|
"CheckCash": 17,
|
|
3086
3134
|
"CheckCreate": 16,
|
|
3087
3135
|
"Clawback": 30,
|
|
3088
|
-
"CredentialCreate": 58,
|
|
3089
3136
|
"CredentialAccept": 59,
|
|
3137
|
+
"CredentialCreate": 58,
|
|
3090
3138
|
"CredentialDelete": 60,
|
|
3091
3139
|
"DIDDelete": 50,
|
|
3092
3140
|
"DIDSet": 49,
|
|
@@ -3115,8 +3163,8 @@
|
|
|
3115
3163
|
"PaymentChannelClaim": 15,
|
|
3116
3164
|
"PaymentChannelCreate": 13,
|
|
3117
3165
|
"PaymentChannelFund": 14,
|
|
3118
|
-
"PermissionedDomainSet": 62,
|
|
3119
3166
|
"PermissionedDomainDelete": 63,
|
|
3167
|
+
"PermissionedDomainSet": 62,
|
|
3120
3168
|
"SetFee": 101,
|
|
3121
3169
|
"SetRegularKey": 5,
|
|
3122
3170
|
"SignerListSet": 12,
|
|
@@ -3146,6 +3194,7 @@
|
|
|
3146
3194
|
"LedgerEntry": 10002,
|
|
3147
3195
|
"Metadata": 10004,
|
|
3148
3196
|
"NotPresent": 0,
|
|
3197
|
+
"Number": 9,
|
|
3149
3198
|
"PathSet": 18,
|
|
3150
3199
|
"STArray": 15,
|
|
3151
3200
|
"STObject": 14,
|