enssdk 1.15.0 → 1.15.2
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/LICENSE +1 -1
- package/README.md +9 -4
- package/dist/index.d.ts +49 -80
- package/dist/index.js +43 -0
- package/dist/index.js.map +1 -1
- package/dist/omnigraph/index.d.ts +1226 -49
- package/dist/omnigraph/index.js +1418 -65
- package/dist/omnigraph/index.js.map +1 -1
- package/dist/{evm-Dd4Y60SN.d.ts → shared-CZeZrvuq.d.ts} +150 -3
- package/package.json +3 -3
- package/src/omnigraph/generated/schema.graphql +576 -21
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { initGraphQLTada, TadaDocumentNode } from 'gql.tada';
|
|
2
2
|
export { FragmentOf, ResultOf, VariablesOf, readFragment } from 'gql.tada';
|
|
3
|
+
import { a1 as JsonValue, N as NormalizedAddress, $ as Email, J as BitcoinAddress, a2 as LitecoinAddress, Y as DogecoinAddress, a3 as MonacoinAddress, a6 as RootstockAddress, a5 as RippleAddress, K as BitcoinCashAddress, H as BinanceAddress, a7 as SolanaAddress, a0 as Hex, C as ChainId, v as InterfaceId, a as InterpretedName, I as InterpretedLabel, b as BeautifiedName, B as BeautifiedLabel, g as Node, p as DomainId, u as RegistryId, r as ResolverId, P as PermissionsId, n as PermissionsResourceId, o as PermissionsUserId, R as RegistrationId, q as RenewalId, s as ResolverRecordsId } from '../shared-CZeZrvuq.js';
|
|
3
4
|
import { CoinType } from '@ensdomains/address-encoder';
|
|
4
|
-
import { N as NormalizedAddress, H as Hex, C as ChainId, a as InterpretedName, I as InterpretedLabel, b as BeautifiedName, B as BeautifiedLabel, e as Node, m as DomainId, J as RegistryId, o as ResolverId, P as PermissionsId, k as PermissionsResourceId, l as PermissionsUserId, R as RegistrationId, n as RenewalId, p as ResolverRecordsId } from '../evm-Dd4Y60SN.js';
|
|
5
5
|
import { DocumentNode } from 'graphql';
|
|
6
6
|
import { EnsNodeClient } from '../core/index.js';
|
|
7
7
|
import 'viem';
|
|
@@ -35,6 +35,33 @@ declare const introspection: {
|
|
|
35
35
|
readonly mutationType: null;
|
|
36
36
|
readonly subscriptionType: null;
|
|
37
37
|
readonly types: readonly [{
|
|
38
|
+
readonly kind: "OBJECT";
|
|
39
|
+
readonly name: "AccelerationStatus";
|
|
40
|
+
readonly fields: readonly [{
|
|
41
|
+
readonly name: "attempted";
|
|
42
|
+
readonly type: {
|
|
43
|
+
readonly kind: "NON_NULL";
|
|
44
|
+
readonly ofType: {
|
|
45
|
+
readonly kind: "SCALAR";
|
|
46
|
+
readonly name: "Boolean";
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly args: readonly [];
|
|
50
|
+
readonly isDeprecated: false;
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "requested";
|
|
53
|
+
readonly type: {
|
|
54
|
+
readonly kind: "NON_NULL";
|
|
55
|
+
readonly ofType: {
|
|
56
|
+
readonly kind: "SCALAR";
|
|
57
|
+
readonly name: "Boolean";
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
readonly args: readonly [];
|
|
61
|
+
readonly isDeprecated: false;
|
|
62
|
+
}];
|
|
63
|
+
readonly interfaces: readonly [];
|
|
64
|
+
}, {
|
|
38
65
|
readonly kind: "OBJECT";
|
|
39
66
|
readonly name: "Account";
|
|
40
67
|
readonly fields: readonly [{
|
|
@@ -211,6 +238,24 @@ declare const introspection: {
|
|
|
211
238
|
};
|
|
212
239
|
}];
|
|
213
240
|
readonly isDeprecated: false;
|
|
241
|
+
}, {
|
|
242
|
+
readonly name: "resolve";
|
|
243
|
+
readonly type: {
|
|
244
|
+
readonly kind: "NON_NULL";
|
|
245
|
+
readonly ofType: {
|
|
246
|
+
readonly kind: "OBJECT";
|
|
247
|
+
readonly name: "ReverseResolve";
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
readonly args: readonly [{
|
|
251
|
+
readonly name: "accelerate";
|
|
252
|
+
readonly type: {
|
|
253
|
+
readonly kind: "SCALAR";
|
|
254
|
+
readonly name: "Boolean";
|
|
255
|
+
};
|
|
256
|
+
readonly defaultValue: "true";
|
|
257
|
+
}];
|
|
258
|
+
readonly isDeprecated: false;
|
|
214
259
|
}, {
|
|
215
260
|
readonly name: "resolverPermissions";
|
|
216
261
|
readonly type: {
|
|
@@ -879,6 +924,17 @@ declare const introspection: {
|
|
|
879
924
|
};
|
|
880
925
|
readonly args: readonly [];
|
|
881
926
|
readonly isDeprecated: false;
|
|
927
|
+
}, {
|
|
928
|
+
readonly name: "tokenId";
|
|
929
|
+
readonly type: {
|
|
930
|
+
readonly kind: "NON_NULL";
|
|
931
|
+
readonly ofType: {
|
|
932
|
+
readonly kind: "SCALAR";
|
|
933
|
+
readonly name: "BigInt";
|
|
934
|
+
};
|
|
935
|
+
};
|
|
936
|
+
readonly args: readonly [];
|
|
937
|
+
readonly isDeprecated: false;
|
|
882
938
|
}, {
|
|
883
939
|
readonly name: "unregistrant";
|
|
884
940
|
readonly type: {
|
|
@@ -909,6 +965,15 @@ declare const introspection: {
|
|
|
909
965
|
}, {
|
|
910
966
|
readonly kind: "SCALAR";
|
|
911
967
|
readonly name: "BigInt";
|
|
968
|
+
}, {
|
|
969
|
+
readonly kind: "SCALAR";
|
|
970
|
+
readonly name: "BinanceAddress";
|
|
971
|
+
}, {
|
|
972
|
+
readonly kind: "SCALAR";
|
|
973
|
+
readonly name: "BitcoinAddress";
|
|
974
|
+
}, {
|
|
975
|
+
readonly kind: "SCALAR";
|
|
976
|
+
readonly name: "BitcoinCashAddress";
|
|
912
977
|
}, {
|
|
913
978
|
readonly kind: "SCALAR";
|
|
914
979
|
readonly name: "Boolean";
|
|
@@ -942,9 +1007,34 @@ declare const introspection: {
|
|
|
942
1007
|
}, {
|
|
943
1008
|
readonly kind: "SCALAR";
|
|
944
1009
|
readonly name: "ChainId";
|
|
1010
|
+
}, {
|
|
1011
|
+
readonly kind: "ENUM";
|
|
1012
|
+
readonly name: "ChainName";
|
|
1013
|
+
readonly enumValues: readonly [{
|
|
1014
|
+
readonly name: "ARBITRUM_ONE";
|
|
1015
|
+
readonly isDeprecated: false;
|
|
1016
|
+
}, {
|
|
1017
|
+
readonly name: "BASE";
|
|
1018
|
+
readonly isDeprecated: false;
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly name: "ETHEREUM";
|
|
1021
|
+
readonly isDeprecated: false;
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly name: "LINEA";
|
|
1024
|
+
readonly isDeprecated: false;
|
|
1025
|
+
}, {
|
|
1026
|
+
readonly name: "OPTIMISM";
|
|
1027
|
+
readonly isDeprecated: false;
|
|
1028
|
+
}, {
|
|
1029
|
+
readonly name: "SCROLL";
|
|
1030
|
+
readonly isDeprecated: false;
|
|
1031
|
+
}];
|
|
945
1032
|
}, {
|
|
946
1033
|
readonly kind: "SCALAR";
|
|
947
1034
|
readonly name: "CoinType";
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly kind: "SCALAR";
|
|
1037
|
+
readonly name: "DogecoinAddress";
|
|
948
1038
|
}, {
|
|
949
1039
|
readonly kind: "INTERFACE";
|
|
950
1040
|
readonly name: "Domain";
|
|
@@ -1083,6 +1173,24 @@ declare const introspection: {
|
|
|
1083
1173
|
};
|
|
1084
1174
|
readonly args: readonly [];
|
|
1085
1175
|
readonly isDeprecated: false;
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly name: "resolve";
|
|
1178
|
+
readonly type: {
|
|
1179
|
+
readonly kind: "NON_NULL";
|
|
1180
|
+
readonly ofType: {
|
|
1181
|
+
readonly kind: "OBJECT";
|
|
1182
|
+
readonly name: "ForwardResolve";
|
|
1183
|
+
};
|
|
1184
|
+
};
|
|
1185
|
+
readonly args: readonly [{
|
|
1186
|
+
readonly name: "accelerate";
|
|
1187
|
+
readonly type: {
|
|
1188
|
+
readonly kind: "SCALAR";
|
|
1189
|
+
readonly name: "Boolean";
|
|
1190
|
+
};
|
|
1191
|
+
readonly defaultValue: "true";
|
|
1192
|
+
}];
|
|
1193
|
+
readonly isDeprecated: false;
|
|
1086
1194
|
}, {
|
|
1087
1195
|
readonly name: "resolver";
|
|
1088
1196
|
readonly type: {
|
|
@@ -1154,6 +1262,9 @@ declare const introspection: {
|
|
|
1154
1262
|
}, {
|
|
1155
1263
|
readonly kind: "OBJECT";
|
|
1156
1264
|
readonly name: "ENSv2Domain";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly kind: "OBJECT";
|
|
1267
|
+
readonly name: "UnindexedDomain";
|
|
1157
1268
|
}];
|
|
1158
1269
|
}, {
|
|
1159
1270
|
readonly kind: "OBJECT";
|
|
@@ -1335,6 +1446,67 @@ declare const introspection: {
|
|
|
1335
1446
|
};
|
|
1336
1447
|
}];
|
|
1337
1448
|
readonly isOneOf: false;
|
|
1449
|
+
}, {
|
|
1450
|
+
readonly kind: "OBJECT";
|
|
1451
|
+
readonly name: "DomainProfile";
|
|
1452
|
+
readonly fields: readonly [{
|
|
1453
|
+
readonly name: "addresses";
|
|
1454
|
+
readonly type: {
|
|
1455
|
+
readonly kind: "OBJECT";
|
|
1456
|
+
readonly name: "ProfileAddresses";
|
|
1457
|
+
};
|
|
1458
|
+
readonly args: readonly [];
|
|
1459
|
+
readonly isDeprecated: false;
|
|
1460
|
+
}, {
|
|
1461
|
+
readonly name: "avatar";
|
|
1462
|
+
readonly type: {
|
|
1463
|
+
readonly kind: "OBJECT";
|
|
1464
|
+
readonly name: "ProfileAvatar";
|
|
1465
|
+
};
|
|
1466
|
+
readonly args: readonly [];
|
|
1467
|
+
readonly isDeprecated: false;
|
|
1468
|
+
}, {
|
|
1469
|
+
readonly name: "description";
|
|
1470
|
+
readonly type: {
|
|
1471
|
+
readonly kind: "SCALAR";
|
|
1472
|
+
readonly name: "String";
|
|
1473
|
+
};
|
|
1474
|
+
readonly args: readonly [];
|
|
1475
|
+
readonly isDeprecated: false;
|
|
1476
|
+
}, {
|
|
1477
|
+
readonly name: "email";
|
|
1478
|
+
readonly type: {
|
|
1479
|
+
readonly kind: "SCALAR";
|
|
1480
|
+
readonly name: "Email";
|
|
1481
|
+
};
|
|
1482
|
+
readonly args: readonly [];
|
|
1483
|
+
readonly isDeprecated: false;
|
|
1484
|
+
}, {
|
|
1485
|
+
readonly name: "header";
|
|
1486
|
+
readonly type: {
|
|
1487
|
+
readonly kind: "OBJECT";
|
|
1488
|
+
readonly name: "ProfileHeader";
|
|
1489
|
+
};
|
|
1490
|
+
readonly args: readonly [];
|
|
1491
|
+
readonly isDeprecated: false;
|
|
1492
|
+
}, {
|
|
1493
|
+
readonly name: "socials";
|
|
1494
|
+
readonly type: {
|
|
1495
|
+
readonly kind: "OBJECT";
|
|
1496
|
+
readonly name: "ProfileSocials";
|
|
1497
|
+
};
|
|
1498
|
+
readonly args: readonly [];
|
|
1499
|
+
readonly isDeprecated: false;
|
|
1500
|
+
}, {
|
|
1501
|
+
readonly name: "website";
|
|
1502
|
+
readonly type: {
|
|
1503
|
+
readonly kind: "OBJECT";
|
|
1504
|
+
readonly name: "ProfileWebsite";
|
|
1505
|
+
};
|
|
1506
|
+
readonly args: readonly [];
|
|
1507
|
+
readonly isDeprecated: false;
|
|
1508
|
+
}];
|
|
1509
|
+
readonly interfaces: readonly [];
|
|
1338
1510
|
}, {
|
|
1339
1511
|
readonly kind: "OBJECT";
|
|
1340
1512
|
readonly name: "DomainRegistrationsConnection";
|
|
@@ -1417,6 +1589,14 @@ declare const introspection: {
|
|
|
1417
1589
|
};
|
|
1418
1590
|
readonly args: readonly [];
|
|
1419
1591
|
readonly isDeprecated: false;
|
|
1592
|
+
}, {
|
|
1593
|
+
readonly name: "effective";
|
|
1594
|
+
readonly type: {
|
|
1595
|
+
readonly kind: "OBJECT";
|
|
1596
|
+
readonly name: "Resolver";
|
|
1597
|
+
};
|
|
1598
|
+
readonly args: readonly [];
|
|
1599
|
+
readonly isDeprecated: false;
|
|
1420
1600
|
}];
|
|
1421
1601
|
readonly interfaces: readonly [];
|
|
1422
1602
|
}, {
|
|
@@ -1735,6 +1915,24 @@ declare const introspection: {
|
|
|
1735
1915
|
};
|
|
1736
1916
|
readonly args: readonly [];
|
|
1737
1917
|
readonly isDeprecated: false;
|
|
1918
|
+
}, {
|
|
1919
|
+
readonly name: "resolve";
|
|
1920
|
+
readonly type: {
|
|
1921
|
+
readonly kind: "NON_NULL";
|
|
1922
|
+
readonly ofType: {
|
|
1923
|
+
readonly kind: "OBJECT";
|
|
1924
|
+
readonly name: "ForwardResolve";
|
|
1925
|
+
};
|
|
1926
|
+
};
|
|
1927
|
+
readonly args: readonly [{
|
|
1928
|
+
readonly name: "accelerate";
|
|
1929
|
+
readonly type: {
|
|
1930
|
+
readonly kind: "SCALAR";
|
|
1931
|
+
readonly name: "Boolean";
|
|
1932
|
+
};
|
|
1933
|
+
readonly defaultValue: "true";
|
|
1934
|
+
}];
|
|
1935
|
+
readonly isDeprecated: false;
|
|
1738
1936
|
}, {
|
|
1739
1937
|
readonly name: "resolver";
|
|
1740
1938
|
readonly type: {
|
|
@@ -2248,6 +2446,24 @@ declare const introspection: {
|
|
|
2248
2446
|
};
|
|
2249
2447
|
readonly args: readonly [];
|
|
2250
2448
|
readonly isDeprecated: false;
|
|
2449
|
+
}, {
|
|
2450
|
+
readonly name: "resolve";
|
|
2451
|
+
readonly type: {
|
|
2452
|
+
readonly kind: "NON_NULL";
|
|
2453
|
+
readonly ofType: {
|
|
2454
|
+
readonly kind: "OBJECT";
|
|
2455
|
+
readonly name: "ForwardResolve";
|
|
2456
|
+
};
|
|
2457
|
+
};
|
|
2458
|
+
readonly args: readonly [{
|
|
2459
|
+
readonly name: "accelerate";
|
|
2460
|
+
readonly type: {
|
|
2461
|
+
readonly kind: "SCALAR";
|
|
2462
|
+
readonly name: "Boolean";
|
|
2463
|
+
};
|
|
2464
|
+
readonly defaultValue: "true";
|
|
2465
|
+
}];
|
|
2466
|
+
readonly isDeprecated: false;
|
|
2251
2467
|
}, {
|
|
2252
2468
|
readonly name: "resolver";
|
|
2253
2469
|
readonly type: {
|
|
@@ -2799,6 +3015,9 @@ declare const introspection: {
|
|
|
2799
3015
|
readonly kind: "INTERFACE";
|
|
2800
3016
|
readonly name: "Registration";
|
|
2801
3017
|
}];
|
|
3018
|
+
}, {
|
|
3019
|
+
readonly kind: "SCALAR";
|
|
3020
|
+
readonly name: "Email";
|
|
2802
3021
|
}, {
|
|
2803
3022
|
readonly kind: "OBJECT";
|
|
2804
3023
|
readonly name: "Event";
|
|
@@ -3088,6 +3307,46 @@ declare const introspection: {
|
|
|
3088
3307
|
};
|
|
3089
3308
|
}];
|
|
3090
3309
|
readonly isOneOf: false;
|
|
3310
|
+
}, {
|
|
3311
|
+
readonly kind: "OBJECT";
|
|
3312
|
+
readonly name: "ForwardResolve";
|
|
3313
|
+
readonly fields: readonly [{
|
|
3314
|
+
readonly name: "acceleration";
|
|
3315
|
+
readonly type: {
|
|
3316
|
+
readonly kind: "NON_NULL";
|
|
3317
|
+
readonly ofType: {
|
|
3318
|
+
readonly kind: "OBJECT";
|
|
3319
|
+
readonly name: "AccelerationStatus";
|
|
3320
|
+
};
|
|
3321
|
+
};
|
|
3322
|
+
readonly args: readonly [];
|
|
3323
|
+
readonly isDeprecated: false;
|
|
3324
|
+
}, {
|
|
3325
|
+
readonly name: "profile";
|
|
3326
|
+
readonly type: {
|
|
3327
|
+
readonly kind: "OBJECT";
|
|
3328
|
+
readonly name: "DomainProfile";
|
|
3329
|
+
};
|
|
3330
|
+
readonly args: readonly [];
|
|
3331
|
+
readonly isDeprecated: false;
|
|
3332
|
+
}, {
|
|
3333
|
+
readonly name: "records";
|
|
3334
|
+
readonly type: {
|
|
3335
|
+
readonly kind: "OBJECT";
|
|
3336
|
+
readonly name: "ResolvedRecords";
|
|
3337
|
+
};
|
|
3338
|
+
readonly args: readonly [];
|
|
3339
|
+
readonly isDeprecated: false;
|
|
3340
|
+
}, {
|
|
3341
|
+
readonly name: "trace";
|
|
3342
|
+
readonly type: {
|
|
3343
|
+
readonly kind: "SCALAR";
|
|
3344
|
+
readonly name: "JSON";
|
|
3345
|
+
};
|
|
3346
|
+
readonly args: readonly [];
|
|
3347
|
+
readonly isDeprecated: false;
|
|
3348
|
+
}];
|
|
3349
|
+
readonly interfaces: readonly [];
|
|
3091
3350
|
}, {
|
|
3092
3351
|
readonly kind: "SCALAR";
|
|
3093
3352
|
readonly name: "Hex";
|
|
@@ -3097,12 +3356,18 @@ declare const introspection: {
|
|
|
3097
3356
|
}, {
|
|
3098
3357
|
readonly kind: "SCALAR";
|
|
3099
3358
|
readonly name: "Int";
|
|
3359
|
+
}, {
|
|
3360
|
+
readonly kind: "SCALAR";
|
|
3361
|
+
readonly name: "InterfaceId";
|
|
3100
3362
|
}, {
|
|
3101
3363
|
readonly kind: "SCALAR";
|
|
3102
3364
|
readonly name: "InterpretedLabel";
|
|
3103
3365
|
}, {
|
|
3104
3366
|
readonly kind: "SCALAR";
|
|
3105
3367
|
readonly name: "InterpretedName";
|
|
3368
|
+
}, {
|
|
3369
|
+
readonly kind: "SCALAR";
|
|
3370
|
+
readonly name: "JSON";
|
|
3106
3371
|
}, {
|
|
3107
3372
|
readonly kind: "OBJECT";
|
|
3108
3373
|
readonly name: "Label";
|
|
@@ -3141,6 +3406,12 @@ declare const introspection: {
|
|
|
3141
3406
|
readonly isDeprecated: false;
|
|
3142
3407
|
}];
|
|
3143
3408
|
readonly interfaces: readonly [];
|
|
3409
|
+
}, {
|
|
3410
|
+
readonly kind: "SCALAR";
|
|
3411
|
+
readonly name: "LitecoinAddress";
|
|
3412
|
+
}, {
|
|
3413
|
+
readonly kind: "SCALAR";
|
|
3414
|
+
readonly name: "MonacoinAddress";
|
|
3144
3415
|
}, {
|
|
3145
3416
|
readonly kind: "INPUT_OBJECT";
|
|
3146
3417
|
readonly name: "NameOrNodeInput";
|
|
@@ -3960,36 +4231,329 @@ declare const introspection: {
|
|
|
3960
4231
|
}, {
|
|
3961
4232
|
readonly kind: "SCALAR";
|
|
3962
4233
|
readonly name: "PermissionsUserId";
|
|
4234
|
+
}, {
|
|
4235
|
+
readonly kind: "INPUT_OBJECT";
|
|
4236
|
+
readonly name: "PrimaryNameByInput";
|
|
4237
|
+
readonly inputFields: readonly [{
|
|
4238
|
+
readonly name: "chainName";
|
|
4239
|
+
readonly type: {
|
|
4240
|
+
readonly kind: "ENUM";
|
|
4241
|
+
readonly name: "ChainName";
|
|
4242
|
+
};
|
|
4243
|
+
}, {
|
|
4244
|
+
readonly name: "coinType";
|
|
4245
|
+
readonly type: {
|
|
4246
|
+
readonly kind: "SCALAR";
|
|
4247
|
+
readonly name: "CoinType";
|
|
4248
|
+
};
|
|
4249
|
+
}];
|
|
4250
|
+
readonly isOneOf: true;
|
|
3963
4251
|
}, {
|
|
3964
4252
|
readonly kind: "OBJECT";
|
|
3965
|
-
readonly name: "
|
|
4253
|
+
readonly name: "PrimaryNameRecord";
|
|
3966
4254
|
readonly fields: readonly [{
|
|
3967
|
-
readonly name: "
|
|
4255
|
+
readonly name: "chainName";
|
|
3968
4256
|
readonly type: {
|
|
3969
|
-
readonly kind: "
|
|
3970
|
-
readonly name: "
|
|
4257
|
+
readonly kind: "ENUM";
|
|
4258
|
+
readonly name: "ChainName";
|
|
3971
4259
|
};
|
|
3972
|
-
readonly args: readonly [
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
4260
|
+
readonly args: readonly [];
|
|
4261
|
+
readonly isDeprecated: false;
|
|
4262
|
+
}, {
|
|
4263
|
+
readonly name: "coinType";
|
|
4264
|
+
readonly type: {
|
|
4265
|
+
readonly kind: "NON_NULL";
|
|
4266
|
+
readonly ofType: {
|
|
4267
|
+
readonly kind: "SCALAR";
|
|
4268
|
+
readonly name: "CoinType";
|
|
3980
4269
|
};
|
|
3981
|
-
}
|
|
4270
|
+
};
|
|
4271
|
+
readonly args: readonly [];
|
|
3982
4272
|
readonly isDeprecated: false;
|
|
3983
4273
|
}, {
|
|
3984
|
-
readonly name: "
|
|
4274
|
+
readonly name: "name";
|
|
3985
4275
|
readonly type: {
|
|
3986
|
-
readonly kind: "
|
|
3987
|
-
readonly name: "
|
|
4276
|
+
readonly kind: "OBJECT";
|
|
4277
|
+
readonly name: "CanonicalName";
|
|
3988
4278
|
};
|
|
3989
|
-
readonly args: readonly [
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
4279
|
+
readonly args: readonly [];
|
|
4280
|
+
readonly isDeprecated: false;
|
|
4281
|
+
}, {
|
|
4282
|
+
readonly name: "resolve";
|
|
4283
|
+
readonly type: {
|
|
4284
|
+
readonly kind: "NON_NULL";
|
|
4285
|
+
readonly ofType: {
|
|
4286
|
+
readonly kind: "OBJECT";
|
|
4287
|
+
readonly name: "ForwardResolve";
|
|
4288
|
+
};
|
|
4289
|
+
};
|
|
4290
|
+
readonly args: readonly [];
|
|
4291
|
+
readonly isDeprecated: false;
|
|
4292
|
+
}];
|
|
4293
|
+
readonly interfaces: readonly [];
|
|
4294
|
+
}, {
|
|
4295
|
+
readonly kind: "INPUT_OBJECT";
|
|
4296
|
+
readonly name: "PrimaryNamesWhereInput";
|
|
4297
|
+
readonly inputFields: readonly [{
|
|
4298
|
+
readonly name: "chainNames";
|
|
4299
|
+
readonly type: {
|
|
4300
|
+
readonly kind: "LIST";
|
|
4301
|
+
readonly ofType: {
|
|
4302
|
+
readonly kind: "NON_NULL";
|
|
4303
|
+
readonly ofType: {
|
|
4304
|
+
readonly kind: "ENUM";
|
|
4305
|
+
readonly name: "ChainName";
|
|
4306
|
+
};
|
|
4307
|
+
};
|
|
4308
|
+
};
|
|
4309
|
+
}, {
|
|
4310
|
+
readonly name: "coinTypes";
|
|
4311
|
+
readonly type: {
|
|
4312
|
+
readonly kind: "LIST";
|
|
4313
|
+
readonly ofType: {
|
|
4314
|
+
readonly kind: "NON_NULL";
|
|
4315
|
+
readonly ofType: {
|
|
4316
|
+
readonly kind: "SCALAR";
|
|
4317
|
+
readonly name: "CoinType";
|
|
4318
|
+
};
|
|
4319
|
+
};
|
|
4320
|
+
};
|
|
4321
|
+
}];
|
|
4322
|
+
readonly isOneOf: true;
|
|
4323
|
+
}, {
|
|
4324
|
+
readonly kind: "OBJECT";
|
|
4325
|
+
readonly name: "ProfileAddresses";
|
|
4326
|
+
readonly fields: readonly [{
|
|
4327
|
+
readonly name: "base";
|
|
4328
|
+
readonly type: {
|
|
4329
|
+
readonly kind: "SCALAR";
|
|
4330
|
+
readonly name: "Address";
|
|
4331
|
+
};
|
|
4332
|
+
readonly args: readonly [];
|
|
4333
|
+
readonly isDeprecated: false;
|
|
4334
|
+
}, {
|
|
4335
|
+
readonly name: "binance";
|
|
4336
|
+
readonly type: {
|
|
4337
|
+
readonly kind: "SCALAR";
|
|
4338
|
+
readonly name: "BinanceAddress";
|
|
4339
|
+
};
|
|
4340
|
+
readonly args: readonly [];
|
|
4341
|
+
readonly isDeprecated: false;
|
|
4342
|
+
}, {
|
|
4343
|
+
readonly name: "bitcoin";
|
|
4344
|
+
readonly type: {
|
|
4345
|
+
readonly kind: "SCALAR";
|
|
4346
|
+
readonly name: "BitcoinAddress";
|
|
4347
|
+
};
|
|
4348
|
+
readonly args: readonly [];
|
|
4349
|
+
readonly isDeprecated: false;
|
|
4350
|
+
}, {
|
|
4351
|
+
readonly name: "bitcoincash";
|
|
4352
|
+
readonly type: {
|
|
4353
|
+
readonly kind: "SCALAR";
|
|
4354
|
+
readonly name: "BitcoinCashAddress";
|
|
4355
|
+
};
|
|
4356
|
+
readonly args: readonly [];
|
|
4357
|
+
readonly isDeprecated: false;
|
|
4358
|
+
}, {
|
|
4359
|
+
readonly name: "dogecoin";
|
|
4360
|
+
readonly type: {
|
|
4361
|
+
readonly kind: "SCALAR";
|
|
4362
|
+
readonly name: "DogecoinAddress";
|
|
4363
|
+
};
|
|
4364
|
+
readonly args: readonly [];
|
|
4365
|
+
readonly isDeprecated: false;
|
|
4366
|
+
}, {
|
|
4367
|
+
readonly name: "ethereum";
|
|
4368
|
+
readonly type: {
|
|
4369
|
+
readonly kind: "SCALAR";
|
|
4370
|
+
readonly name: "Address";
|
|
4371
|
+
};
|
|
4372
|
+
readonly args: readonly [];
|
|
4373
|
+
readonly isDeprecated: false;
|
|
4374
|
+
}, {
|
|
4375
|
+
readonly name: "litecoin";
|
|
4376
|
+
readonly type: {
|
|
4377
|
+
readonly kind: "SCALAR";
|
|
4378
|
+
readonly name: "LitecoinAddress";
|
|
4379
|
+
};
|
|
4380
|
+
readonly args: readonly [];
|
|
4381
|
+
readonly isDeprecated: false;
|
|
4382
|
+
}, {
|
|
4383
|
+
readonly name: "monacoin";
|
|
4384
|
+
readonly type: {
|
|
4385
|
+
readonly kind: "SCALAR";
|
|
4386
|
+
readonly name: "MonacoinAddress";
|
|
4387
|
+
};
|
|
4388
|
+
readonly args: readonly [];
|
|
4389
|
+
readonly isDeprecated: false;
|
|
4390
|
+
}, {
|
|
4391
|
+
readonly name: "ripple";
|
|
4392
|
+
readonly type: {
|
|
4393
|
+
readonly kind: "SCALAR";
|
|
4394
|
+
readonly name: "RippleAddress";
|
|
4395
|
+
};
|
|
4396
|
+
readonly args: readonly [];
|
|
4397
|
+
readonly isDeprecated: false;
|
|
4398
|
+
}, {
|
|
4399
|
+
readonly name: "rootstock";
|
|
4400
|
+
readonly type: {
|
|
4401
|
+
readonly kind: "SCALAR";
|
|
4402
|
+
readonly name: "RootstockAddress";
|
|
4403
|
+
};
|
|
4404
|
+
readonly args: readonly [];
|
|
4405
|
+
readonly isDeprecated: false;
|
|
4406
|
+
}, {
|
|
4407
|
+
readonly name: "solana";
|
|
4408
|
+
readonly type: {
|
|
4409
|
+
readonly kind: "SCALAR";
|
|
4410
|
+
readonly name: "SolanaAddress";
|
|
4411
|
+
};
|
|
4412
|
+
readonly args: readonly [];
|
|
4413
|
+
readonly isDeprecated: false;
|
|
4414
|
+
}];
|
|
4415
|
+
readonly interfaces: readonly [];
|
|
4416
|
+
}, {
|
|
4417
|
+
readonly kind: "OBJECT";
|
|
4418
|
+
readonly name: "ProfileAvatar";
|
|
4419
|
+
readonly fields: readonly [{
|
|
4420
|
+
readonly name: "httpUrl";
|
|
4421
|
+
readonly type: {
|
|
4422
|
+
readonly kind: "SCALAR";
|
|
4423
|
+
readonly name: "String";
|
|
4424
|
+
};
|
|
4425
|
+
readonly args: readonly [];
|
|
4426
|
+
readonly isDeprecated: false;
|
|
4427
|
+
}];
|
|
4428
|
+
readonly interfaces: readonly [];
|
|
4429
|
+
}, {
|
|
4430
|
+
readonly kind: "OBJECT";
|
|
4431
|
+
readonly name: "ProfileHeader";
|
|
4432
|
+
readonly fields: readonly [{
|
|
4433
|
+
readonly name: "httpUrl";
|
|
4434
|
+
readonly type: {
|
|
4435
|
+
readonly kind: "SCALAR";
|
|
4436
|
+
readonly name: "String";
|
|
4437
|
+
};
|
|
4438
|
+
readonly args: readonly [];
|
|
4439
|
+
readonly isDeprecated: false;
|
|
4440
|
+
}];
|
|
4441
|
+
readonly interfaces: readonly [];
|
|
4442
|
+
}, {
|
|
4443
|
+
readonly kind: "OBJECT";
|
|
4444
|
+
readonly name: "ProfileSocialAccount";
|
|
4445
|
+
readonly fields: readonly [{
|
|
4446
|
+
readonly name: "handle";
|
|
4447
|
+
readonly type: {
|
|
4448
|
+
readonly kind: "NON_NULL";
|
|
4449
|
+
readonly ofType: {
|
|
4450
|
+
readonly kind: "SCALAR";
|
|
4451
|
+
readonly name: "String";
|
|
4452
|
+
};
|
|
4453
|
+
};
|
|
4454
|
+
readonly args: readonly [];
|
|
4455
|
+
readonly isDeprecated: false;
|
|
4456
|
+
}, {
|
|
4457
|
+
readonly name: "httpUrl";
|
|
4458
|
+
readonly type: {
|
|
4459
|
+
readonly kind: "NON_NULL";
|
|
4460
|
+
readonly ofType: {
|
|
4461
|
+
readonly kind: "SCALAR";
|
|
4462
|
+
readonly name: "String";
|
|
4463
|
+
};
|
|
4464
|
+
};
|
|
4465
|
+
readonly args: readonly [];
|
|
4466
|
+
readonly isDeprecated: false;
|
|
4467
|
+
}];
|
|
4468
|
+
readonly interfaces: readonly [];
|
|
4469
|
+
}, {
|
|
4470
|
+
readonly kind: "OBJECT";
|
|
4471
|
+
readonly name: "ProfileSocials";
|
|
4472
|
+
readonly fields: readonly [{
|
|
4473
|
+
readonly name: "github";
|
|
4474
|
+
readonly type: {
|
|
4475
|
+
readonly kind: "OBJECT";
|
|
4476
|
+
readonly name: "ProfileSocialAccount";
|
|
4477
|
+
};
|
|
4478
|
+
readonly args: readonly [];
|
|
4479
|
+
readonly isDeprecated: false;
|
|
4480
|
+
}, {
|
|
4481
|
+
readonly name: "keybase";
|
|
4482
|
+
readonly type: {
|
|
4483
|
+
readonly kind: "OBJECT";
|
|
4484
|
+
readonly name: "ProfileSocialAccount";
|
|
4485
|
+
};
|
|
4486
|
+
readonly args: readonly [];
|
|
4487
|
+
readonly isDeprecated: false;
|
|
4488
|
+
}, {
|
|
4489
|
+
readonly name: "linkedin";
|
|
4490
|
+
readonly type: {
|
|
4491
|
+
readonly kind: "OBJECT";
|
|
4492
|
+
readonly name: "ProfileSocialAccount";
|
|
4493
|
+
};
|
|
4494
|
+
readonly args: readonly [];
|
|
4495
|
+
readonly isDeprecated: false;
|
|
4496
|
+
}, {
|
|
4497
|
+
readonly name: "telegram";
|
|
4498
|
+
readonly type: {
|
|
4499
|
+
readonly kind: "OBJECT";
|
|
4500
|
+
readonly name: "ProfileSocialAccount";
|
|
4501
|
+
};
|
|
4502
|
+
readonly args: readonly [];
|
|
4503
|
+
readonly isDeprecated: false;
|
|
4504
|
+
}, {
|
|
4505
|
+
readonly name: "twitter";
|
|
4506
|
+
readonly type: {
|
|
4507
|
+
readonly kind: "OBJECT";
|
|
4508
|
+
readonly name: "ProfileSocialAccount";
|
|
4509
|
+
};
|
|
4510
|
+
readonly args: readonly [];
|
|
4511
|
+
readonly isDeprecated: false;
|
|
4512
|
+
}];
|
|
4513
|
+
readonly interfaces: readonly [];
|
|
4514
|
+
}, {
|
|
4515
|
+
readonly kind: "OBJECT";
|
|
4516
|
+
readonly name: "ProfileWebsite";
|
|
4517
|
+
readonly fields: readonly [{
|
|
4518
|
+
readonly name: "httpUrl";
|
|
4519
|
+
readonly type: {
|
|
4520
|
+
readonly kind: "SCALAR";
|
|
4521
|
+
readonly name: "String";
|
|
4522
|
+
};
|
|
4523
|
+
readonly args: readonly [];
|
|
4524
|
+
readonly isDeprecated: false;
|
|
4525
|
+
}];
|
|
4526
|
+
readonly interfaces: readonly [];
|
|
4527
|
+
}, {
|
|
4528
|
+
readonly kind: "OBJECT";
|
|
4529
|
+
readonly name: "Query";
|
|
4530
|
+
readonly fields: readonly [{
|
|
4531
|
+
readonly name: "account";
|
|
4532
|
+
readonly type: {
|
|
4533
|
+
readonly kind: "OBJECT";
|
|
4534
|
+
readonly name: "Account";
|
|
4535
|
+
};
|
|
4536
|
+
readonly args: readonly [{
|
|
4537
|
+
readonly name: "by";
|
|
4538
|
+
readonly type: {
|
|
4539
|
+
readonly kind: "NON_NULL";
|
|
4540
|
+
readonly ofType: {
|
|
4541
|
+
readonly kind: "INPUT_OBJECT";
|
|
4542
|
+
readonly name: "AccountByInput";
|
|
4543
|
+
};
|
|
4544
|
+
};
|
|
4545
|
+
}];
|
|
4546
|
+
readonly isDeprecated: false;
|
|
4547
|
+
}, {
|
|
4548
|
+
readonly name: "domain";
|
|
4549
|
+
readonly type: {
|
|
4550
|
+
readonly kind: "INTERFACE";
|
|
4551
|
+
readonly name: "Domain";
|
|
4552
|
+
};
|
|
4553
|
+
readonly args: readonly [{
|
|
4554
|
+
readonly name: "by";
|
|
4555
|
+
readonly type: {
|
|
4556
|
+
readonly kind: "NON_NULL";
|
|
3993
4557
|
readonly ofType: {
|
|
3994
4558
|
readonly kind: "INPUT_OBJECT";
|
|
3995
4559
|
readonly name: "DomainIdInput";
|
|
@@ -4836,31 +5400,315 @@ declare const introspection: {
|
|
|
4836
5400
|
readonly name: "RenewalId";
|
|
4837
5401
|
}, {
|
|
4838
5402
|
readonly kind: "OBJECT";
|
|
4839
|
-
readonly name: "
|
|
5403
|
+
readonly name: "ResolvedAbiRecord";
|
|
4840
5404
|
readonly fields: readonly [{
|
|
4841
|
-
readonly name: "
|
|
5405
|
+
readonly name: "contentType";
|
|
4842
5406
|
readonly type: {
|
|
4843
|
-
readonly kind: "
|
|
4844
|
-
readonly
|
|
5407
|
+
readonly kind: "NON_NULL";
|
|
5408
|
+
readonly ofType: {
|
|
5409
|
+
readonly kind: "SCALAR";
|
|
5410
|
+
readonly name: "BigInt";
|
|
5411
|
+
};
|
|
4845
5412
|
};
|
|
4846
5413
|
readonly args: readonly [];
|
|
4847
5414
|
readonly isDeprecated: false;
|
|
4848
5415
|
}, {
|
|
4849
|
-
readonly name: "
|
|
5416
|
+
readonly name: "data";
|
|
4850
5417
|
readonly type: {
|
|
4851
5418
|
readonly kind: "NON_NULL";
|
|
4852
5419
|
readonly ofType: {
|
|
4853
|
-
readonly kind: "
|
|
4854
|
-
readonly name: "
|
|
5420
|
+
readonly kind: "SCALAR";
|
|
5421
|
+
readonly name: "Hex";
|
|
4855
5422
|
};
|
|
4856
5423
|
};
|
|
4857
5424
|
readonly args: readonly [];
|
|
4858
5425
|
readonly isDeprecated: false;
|
|
4859
|
-
}
|
|
4860
|
-
|
|
5426
|
+
}];
|
|
5427
|
+
readonly interfaces: readonly [];
|
|
5428
|
+
}, {
|
|
5429
|
+
readonly kind: "OBJECT";
|
|
5430
|
+
readonly name: "ResolvedAddressRecord";
|
|
5431
|
+
readonly fields: readonly [{
|
|
5432
|
+
readonly name: "address";
|
|
4861
5433
|
readonly type: {
|
|
4862
|
-
readonly kind: "
|
|
4863
|
-
readonly name: "
|
|
5434
|
+
readonly kind: "SCALAR";
|
|
5435
|
+
readonly name: "Hex";
|
|
5436
|
+
};
|
|
5437
|
+
readonly args: readonly [];
|
|
5438
|
+
readonly isDeprecated: false;
|
|
5439
|
+
}, {
|
|
5440
|
+
readonly name: "coinType";
|
|
5441
|
+
readonly type: {
|
|
5442
|
+
readonly kind: "NON_NULL";
|
|
5443
|
+
readonly ofType: {
|
|
5444
|
+
readonly kind: "SCALAR";
|
|
5445
|
+
readonly name: "CoinType";
|
|
5446
|
+
};
|
|
5447
|
+
};
|
|
5448
|
+
readonly args: readonly [];
|
|
5449
|
+
readonly isDeprecated: false;
|
|
5450
|
+
}];
|
|
5451
|
+
readonly interfaces: readonly [];
|
|
5452
|
+
}, {
|
|
5453
|
+
readonly kind: "OBJECT";
|
|
5454
|
+
readonly name: "ResolvedInterfaceRecord";
|
|
5455
|
+
readonly fields: readonly [{
|
|
5456
|
+
readonly name: "implementer";
|
|
5457
|
+
readonly type: {
|
|
5458
|
+
readonly kind: "SCALAR";
|
|
5459
|
+
readonly name: "Address";
|
|
5460
|
+
};
|
|
5461
|
+
readonly args: readonly [];
|
|
5462
|
+
readonly isDeprecated: false;
|
|
5463
|
+
}, {
|
|
5464
|
+
readonly name: "interfaceId";
|
|
5465
|
+
readonly type: {
|
|
5466
|
+
readonly kind: "NON_NULL";
|
|
5467
|
+
readonly ofType: {
|
|
5468
|
+
readonly kind: "SCALAR";
|
|
5469
|
+
readonly name: "InterfaceId";
|
|
5470
|
+
};
|
|
5471
|
+
};
|
|
5472
|
+
readonly args: readonly [];
|
|
5473
|
+
readonly isDeprecated: false;
|
|
5474
|
+
}];
|
|
5475
|
+
readonly interfaces: readonly [];
|
|
5476
|
+
}, {
|
|
5477
|
+
readonly kind: "OBJECT";
|
|
5478
|
+
readonly name: "ResolvedPubkeyRecord";
|
|
5479
|
+
readonly fields: readonly [{
|
|
5480
|
+
readonly name: "x";
|
|
5481
|
+
readonly type: {
|
|
5482
|
+
readonly kind: "NON_NULL";
|
|
5483
|
+
readonly ofType: {
|
|
5484
|
+
readonly kind: "SCALAR";
|
|
5485
|
+
readonly name: "Hex";
|
|
5486
|
+
};
|
|
5487
|
+
};
|
|
5488
|
+
readonly args: readonly [];
|
|
5489
|
+
readonly isDeprecated: false;
|
|
5490
|
+
}, {
|
|
5491
|
+
readonly name: "y";
|
|
5492
|
+
readonly type: {
|
|
5493
|
+
readonly kind: "NON_NULL";
|
|
5494
|
+
readonly ofType: {
|
|
5495
|
+
readonly kind: "SCALAR";
|
|
5496
|
+
readonly name: "Hex";
|
|
5497
|
+
};
|
|
5498
|
+
};
|
|
5499
|
+
readonly args: readonly [];
|
|
5500
|
+
readonly isDeprecated: false;
|
|
5501
|
+
}];
|
|
5502
|
+
readonly interfaces: readonly [];
|
|
5503
|
+
}, {
|
|
5504
|
+
readonly kind: "OBJECT";
|
|
5505
|
+
readonly name: "ResolvedRawTextRecord";
|
|
5506
|
+
readonly fields: readonly [{
|
|
5507
|
+
readonly name: "key";
|
|
5508
|
+
readonly type: {
|
|
5509
|
+
readonly kind: "NON_NULL";
|
|
5510
|
+
readonly ofType: {
|
|
5511
|
+
readonly kind: "SCALAR";
|
|
5512
|
+
readonly name: "String";
|
|
5513
|
+
};
|
|
5514
|
+
};
|
|
5515
|
+
readonly args: readonly [];
|
|
5516
|
+
readonly isDeprecated: false;
|
|
5517
|
+
}, {
|
|
5518
|
+
readonly name: "value";
|
|
5519
|
+
readonly type: {
|
|
5520
|
+
readonly kind: "SCALAR";
|
|
5521
|
+
readonly name: "String";
|
|
5522
|
+
};
|
|
5523
|
+
readonly args: readonly [];
|
|
5524
|
+
readonly isDeprecated: false;
|
|
5525
|
+
}];
|
|
5526
|
+
readonly interfaces: readonly [];
|
|
5527
|
+
}, {
|
|
5528
|
+
readonly kind: "OBJECT";
|
|
5529
|
+
readonly name: "ResolvedRecords";
|
|
5530
|
+
readonly fields: readonly [{
|
|
5531
|
+
readonly name: "abi";
|
|
5532
|
+
readonly type: {
|
|
5533
|
+
readonly kind: "OBJECT";
|
|
5534
|
+
readonly name: "ResolvedAbiRecord";
|
|
5535
|
+
};
|
|
5536
|
+
readonly args: readonly [{
|
|
5537
|
+
readonly name: "contentTypeMask";
|
|
5538
|
+
readonly type: {
|
|
5539
|
+
readonly kind: "NON_NULL";
|
|
5540
|
+
readonly ofType: {
|
|
5541
|
+
readonly kind: "SCALAR";
|
|
5542
|
+
readonly name: "BigInt";
|
|
5543
|
+
};
|
|
5544
|
+
};
|
|
5545
|
+
}];
|
|
5546
|
+
readonly isDeprecated: false;
|
|
5547
|
+
}, {
|
|
5548
|
+
readonly name: "addresses";
|
|
5549
|
+
readonly type: {
|
|
5550
|
+
readonly kind: "NON_NULL";
|
|
5551
|
+
readonly ofType: {
|
|
5552
|
+
readonly kind: "LIST";
|
|
5553
|
+
readonly ofType: {
|
|
5554
|
+
readonly kind: "NON_NULL";
|
|
5555
|
+
readonly ofType: {
|
|
5556
|
+
readonly kind: "OBJECT";
|
|
5557
|
+
readonly name: "ResolvedAddressRecord";
|
|
5558
|
+
};
|
|
5559
|
+
};
|
|
5560
|
+
};
|
|
5561
|
+
};
|
|
5562
|
+
readonly args: readonly [{
|
|
5563
|
+
readonly name: "coinTypes";
|
|
5564
|
+
readonly type: {
|
|
5565
|
+
readonly kind: "NON_NULL";
|
|
5566
|
+
readonly ofType: {
|
|
5567
|
+
readonly kind: "LIST";
|
|
5568
|
+
readonly ofType: {
|
|
5569
|
+
readonly kind: "NON_NULL";
|
|
5570
|
+
readonly ofType: {
|
|
5571
|
+
readonly kind: "SCALAR";
|
|
5572
|
+
readonly name: "CoinType";
|
|
5573
|
+
};
|
|
5574
|
+
};
|
|
5575
|
+
};
|
|
5576
|
+
};
|
|
5577
|
+
}];
|
|
5578
|
+
readonly isDeprecated: false;
|
|
5579
|
+
}, {
|
|
5580
|
+
readonly name: "contenthash";
|
|
5581
|
+
readonly type: {
|
|
5582
|
+
readonly kind: "SCALAR";
|
|
5583
|
+
readonly name: "Hex";
|
|
5584
|
+
};
|
|
5585
|
+
readonly args: readonly [];
|
|
5586
|
+
readonly isDeprecated: false;
|
|
5587
|
+
}, {
|
|
5588
|
+
readonly name: "dnszonehash";
|
|
5589
|
+
readonly type: {
|
|
5590
|
+
readonly kind: "SCALAR";
|
|
5591
|
+
readonly name: "Hex";
|
|
5592
|
+
};
|
|
5593
|
+
readonly args: readonly [];
|
|
5594
|
+
readonly isDeprecated: false;
|
|
5595
|
+
}, {
|
|
5596
|
+
readonly name: "interfaces";
|
|
5597
|
+
readonly type: {
|
|
5598
|
+
readonly kind: "NON_NULL";
|
|
5599
|
+
readonly ofType: {
|
|
5600
|
+
readonly kind: "LIST";
|
|
5601
|
+
readonly ofType: {
|
|
5602
|
+
readonly kind: "NON_NULL";
|
|
5603
|
+
readonly ofType: {
|
|
5604
|
+
readonly kind: "OBJECT";
|
|
5605
|
+
readonly name: "ResolvedInterfaceRecord";
|
|
5606
|
+
};
|
|
5607
|
+
};
|
|
5608
|
+
};
|
|
5609
|
+
};
|
|
5610
|
+
readonly args: readonly [{
|
|
5611
|
+
readonly name: "ids";
|
|
5612
|
+
readonly type: {
|
|
5613
|
+
readonly kind: "NON_NULL";
|
|
5614
|
+
readonly ofType: {
|
|
5615
|
+
readonly kind: "LIST";
|
|
5616
|
+
readonly ofType: {
|
|
5617
|
+
readonly kind: "NON_NULL";
|
|
5618
|
+
readonly ofType: {
|
|
5619
|
+
readonly kind: "SCALAR";
|
|
5620
|
+
readonly name: "InterfaceId";
|
|
5621
|
+
};
|
|
5622
|
+
};
|
|
5623
|
+
};
|
|
5624
|
+
};
|
|
5625
|
+
}];
|
|
5626
|
+
readonly isDeprecated: false;
|
|
5627
|
+
}, {
|
|
5628
|
+
readonly name: "pubkey";
|
|
5629
|
+
readonly type: {
|
|
5630
|
+
readonly kind: "OBJECT";
|
|
5631
|
+
readonly name: "ResolvedPubkeyRecord";
|
|
5632
|
+
};
|
|
5633
|
+
readonly args: readonly [];
|
|
5634
|
+
readonly isDeprecated: false;
|
|
5635
|
+
}, {
|
|
5636
|
+
readonly name: "reverseName";
|
|
5637
|
+
readonly type: {
|
|
5638
|
+
readonly kind: "SCALAR";
|
|
5639
|
+
readonly name: "String";
|
|
5640
|
+
};
|
|
5641
|
+
readonly args: readonly [];
|
|
5642
|
+
readonly isDeprecated: false;
|
|
5643
|
+
}, {
|
|
5644
|
+
readonly name: "texts";
|
|
5645
|
+
readonly type: {
|
|
5646
|
+
readonly kind: "NON_NULL";
|
|
5647
|
+
readonly ofType: {
|
|
5648
|
+
readonly kind: "LIST";
|
|
5649
|
+
readonly ofType: {
|
|
5650
|
+
readonly kind: "NON_NULL";
|
|
5651
|
+
readonly ofType: {
|
|
5652
|
+
readonly kind: "OBJECT";
|
|
5653
|
+
readonly name: "ResolvedRawTextRecord";
|
|
5654
|
+
};
|
|
5655
|
+
};
|
|
5656
|
+
};
|
|
5657
|
+
};
|
|
5658
|
+
readonly args: readonly [{
|
|
5659
|
+
readonly name: "keys";
|
|
5660
|
+
readonly type: {
|
|
5661
|
+
readonly kind: "NON_NULL";
|
|
5662
|
+
readonly ofType: {
|
|
5663
|
+
readonly kind: "LIST";
|
|
5664
|
+
readonly ofType: {
|
|
5665
|
+
readonly kind: "NON_NULL";
|
|
5666
|
+
readonly ofType: {
|
|
5667
|
+
readonly kind: "SCALAR";
|
|
5668
|
+
readonly name: "String";
|
|
5669
|
+
};
|
|
5670
|
+
};
|
|
5671
|
+
};
|
|
5672
|
+
};
|
|
5673
|
+
}];
|
|
5674
|
+
readonly isDeprecated: false;
|
|
5675
|
+
}, {
|
|
5676
|
+
readonly name: "version";
|
|
5677
|
+
readonly type: {
|
|
5678
|
+
readonly kind: "SCALAR";
|
|
5679
|
+
readonly name: "BigInt";
|
|
5680
|
+
};
|
|
5681
|
+
readonly args: readonly [];
|
|
5682
|
+
readonly isDeprecated: false;
|
|
5683
|
+
}];
|
|
5684
|
+
readonly interfaces: readonly [];
|
|
5685
|
+
}, {
|
|
5686
|
+
readonly kind: "OBJECT";
|
|
5687
|
+
readonly name: "Resolver";
|
|
5688
|
+
readonly fields: readonly [{
|
|
5689
|
+
readonly name: "bridged";
|
|
5690
|
+
readonly type: {
|
|
5691
|
+
readonly kind: "INTERFACE";
|
|
5692
|
+
readonly name: "Registry";
|
|
5693
|
+
};
|
|
5694
|
+
readonly args: readonly [];
|
|
5695
|
+
readonly isDeprecated: false;
|
|
5696
|
+
}, {
|
|
5697
|
+
readonly name: "contract";
|
|
5698
|
+
readonly type: {
|
|
5699
|
+
readonly kind: "NON_NULL";
|
|
5700
|
+
readonly ofType: {
|
|
5701
|
+
readonly kind: "OBJECT";
|
|
5702
|
+
readonly name: "AccountId";
|
|
5703
|
+
};
|
|
5704
|
+
};
|
|
5705
|
+
readonly args: readonly [];
|
|
5706
|
+
readonly isDeprecated: false;
|
|
5707
|
+
}, {
|
|
5708
|
+
readonly name: "events";
|
|
5709
|
+
readonly type: {
|
|
5710
|
+
readonly kind: "OBJECT";
|
|
5711
|
+
readonly name: "ResolverEventsConnection";
|
|
4864
5712
|
};
|
|
4865
5713
|
readonly args: readonly [{
|
|
4866
5714
|
readonly name: "after";
|
|
@@ -4894,6 +5742,17 @@ declare const introspection: {
|
|
|
4894
5742
|
};
|
|
4895
5743
|
}];
|
|
4896
5744
|
readonly isDeprecated: false;
|
|
5745
|
+
}, {
|
|
5746
|
+
readonly name: "extended";
|
|
5747
|
+
readonly type: {
|
|
5748
|
+
readonly kind: "NON_NULL";
|
|
5749
|
+
readonly ofType: {
|
|
5750
|
+
readonly kind: "SCALAR";
|
|
5751
|
+
readonly name: "Boolean";
|
|
5752
|
+
};
|
|
5753
|
+
};
|
|
5754
|
+
readonly args: readonly [];
|
|
5755
|
+
readonly isDeprecated: false;
|
|
4897
5756
|
}, {
|
|
4898
5757
|
readonly name: "id";
|
|
4899
5758
|
readonly type: {
|
|
@@ -5258,29 +6117,111 @@ declare const introspection: {
|
|
|
5258
6117
|
}, {
|
|
5259
6118
|
readonly kind: "SCALAR";
|
|
5260
6119
|
readonly name: "ResolverRecordsId";
|
|
5261
|
-
}, {
|
|
5262
|
-
readonly kind: "SCALAR";
|
|
5263
|
-
readonly name: "String";
|
|
5264
|
-
}, {
|
|
5265
|
-
readonly kind: "INPUT_OBJECT";
|
|
5266
|
-
readonly name: "SubdomainsWhereInput";
|
|
5267
|
-
readonly inputFields: readonly [{
|
|
5268
|
-
readonly name: "name";
|
|
5269
|
-
readonly type: {
|
|
5270
|
-
readonly kind: "INPUT_OBJECT";
|
|
5271
|
-
readonly name: "DomainsNameFilter";
|
|
5272
|
-
};
|
|
5273
|
-
}];
|
|
5274
|
-
readonly isOneOf: false;
|
|
5275
6120
|
}, {
|
|
5276
6121
|
readonly kind: "OBJECT";
|
|
5277
|
-
readonly name: "
|
|
6122
|
+
readonly name: "ReverseResolve";
|
|
5278
6123
|
readonly fields: readonly [{
|
|
5279
|
-
readonly name: "
|
|
6124
|
+
readonly name: "acceleration";
|
|
5280
6125
|
readonly type: {
|
|
5281
6126
|
readonly kind: "NON_NULL";
|
|
5282
6127
|
readonly ofType: {
|
|
5283
|
-
readonly kind: "
|
|
6128
|
+
readonly kind: "OBJECT";
|
|
6129
|
+
readonly name: "AccelerationStatus";
|
|
6130
|
+
};
|
|
6131
|
+
};
|
|
6132
|
+
readonly args: readonly [];
|
|
6133
|
+
readonly isDeprecated: false;
|
|
6134
|
+
}, {
|
|
6135
|
+
readonly name: "primaryName";
|
|
6136
|
+
readonly type: {
|
|
6137
|
+
readonly kind: "NON_NULL";
|
|
6138
|
+
readonly ofType: {
|
|
6139
|
+
readonly kind: "OBJECT";
|
|
6140
|
+
readonly name: "PrimaryNameRecord";
|
|
6141
|
+
};
|
|
6142
|
+
};
|
|
6143
|
+
readonly args: readonly [{
|
|
6144
|
+
readonly name: "by";
|
|
6145
|
+
readonly type: {
|
|
6146
|
+
readonly kind: "NON_NULL";
|
|
6147
|
+
readonly ofType: {
|
|
6148
|
+
readonly kind: "INPUT_OBJECT";
|
|
6149
|
+
readonly name: "PrimaryNameByInput";
|
|
6150
|
+
};
|
|
6151
|
+
};
|
|
6152
|
+
}];
|
|
6153
|
+
readonly isDeprecated: false;
|
|
6154
|
+
}, {
|
|
6155
|
+
readonly name: "primaryNames";
|
|
6156
|
+
readonly type: {
|
|
6157
|
+
readonly kind: "NON_NULL";
|
|
6158
|
+
readonly ofType: {
|
|
6159
|
+
readonly kind: "LIST";
|
|
6160
|
+
readonly ofType: {
|
|
6161
|
+
readonly kind: "NON_NULL";
|
|
6162
|
+
readonly ofType: {
|
|
6163
|
+
readonly kind: "OBJECT";
|
|
6164
|
+
readonly name: "PrimaryNameRecord";
|
|
6165
|
+
};
|
|
6166
|
+
};
|
|
6167
|
+
};
|
|
6168
|
+
};
|
|
6169
|
+
readonly args: readonly [{
|
|
6170
|
+
readonly name: "where";
|
|
6171
|
+
readonly type: {
|
|
6172
|
+
readonly kind: "NON_NULL";
|
|
6173
|
+
readonly ofType: {
|
|
6174
|
+
readonly kind: "INPUT_OBJECT";
|
|
6175
|
+
readonly name: "PrimaryNamesWhereInput";
|
|
6176
|
+
};
|
|
6177
|
+
};
|
|
6178
|
+
}];
|
|
6179
|
+
readonly isDeprecated: false;
|
|
6180
|
+
}, {
|
|
6181
|
+
readonly name: "trace";
|
|
6182
|
+
readonly type: {
|
|
6183
|
+
readonly kind: "NON_NULL";
|
|
6184
|
+
readonly ofType: {
|
|
6185
|
+
readonly kind: "SCALAR";
|
|
6186
|
+
readonly name: "JSON";
|
|
6187
|
+
};
|
|
6188
|
+
};
|
|
6189
|
+
readonly args: readonly [];
|
|
6190
|
+
readonly isDeprecated: false;
|
|
6191
|
+
}];
|
|
6192
|
+
readonly interfaces: readonly [];
|
|
6193
|
+
}, {
|
|
6194
|
+
readonly kind: "SCALAR";
|
|
6195
|
+
readonly name: "RippleAddress";
|
|
6196
|
+
}, {
|
|
6197
|
+
readonly kind: "SCALAR";
|
|
6198
|
+
readonly name: "RootstockAddress";
|
|
6199
|
+
}, {
|
|
6200
|
+
readonly kind: "SCALAR";
|
|
6201
|
+
readonly name: "SolanaAddress";
|
|
6202
|
+
}, {
|
|
6203
|
+
readonly kind: "SCALAR";
|
|
6204
|
+
readonly name: "String";
|
|
6205
|
+
}, {
|
|
6206
|
+
readonly kind: "INPUT_OBJECT";
|
|
6207
|
+
readonly name: "SubdomainsWhereInput";
|
|
6208
|
+
readonly inputFields: readonly [{
|
|
6209
|
+
readonly name: "name";
|
|
6210
|
+
readonly type: {
|
|
6211
|
+
readonly kind: "INPUT_OBJECT";
|
|
6212
|
+
readonly name: "DomainsNameFilter";
|
|
6213
|
+
};
|
|
6214
|
+
}];
|
|
6215
|
+
readonly isOneOf: false;
|
|
6216
|
+
}, {
|
|
6217
|
+
readonly kind: "OBJECT";
|
|
6218
|
+
readonly name: "ThreeDNSRegistration";
|
|
6219
|
+
readonly fields: readonly [{
|
|
6220
|
+
readonly name: "domain";
|
|
6221
|
+
readonly type: {
|
|
6222
|
+
readonly kind: "NON_NULL";
|
|
6223
|
+
readonly ofType: {
|
|
6224
|
+
readonly kind: "INTERFACE";
|
|
5284
6225
|
readonly name: "Domain";
|
|
5285
6226
|
};
|
|
5286
6227
|
};
|
|
@@ -5410,6 +6351,230 @@ declare const introspection: {
|
|
|
5410
6351
|
readonly kind: "INTERFACE";
|
|
5411
6352
|
readonly name: "Registration";
|
|
5412
6353
|
}];
|
|
6354
|
+
}, {
|
|
6355
|
+
readonly kind: "OBJECT";
|
|
6356
|
+
readonly name: "UnindexedDomain";
|
|
6357
|
+
readonly fields: readonly [{
|
|
6358
|
+
readonly name: "canonical";
|
|
6359
|
+
readonly type: {
|
|
6360
|
+
readonly kind: "OBJECT";
|
|
6361
|
+
readonly name: "DomainCanonical";
|
|
6362
|
+
};
|
|
6363
|
+
readonly args: readonly [];
|
|
6364
|
+
readonly isDeprecated: false;
|
|
6365
|
+
}, {
|
|
6366
|
+
readonly name: "events";
|
|
6367
|
+
readonly type: {
|
|
6368
|
+
readonly kind: "OBJECT";
|
|
6369
|
+
readonly name: "DomainEventsConnection";
|
|
6370
|
+
};
|
|
6371
|
+
readonly args: readonly [{
|
|
6372
|
+
readonly name: "after";
|
|
6373
|
+
readonly type: {
|
|
6374
|
+
readonly kind: "SCALAR";
|
|
6375
|
+
readonly name: "String";
|
|
6376
|
+
};
|
|
6377
|
+
}, {
|
|
6378
|
+
readonly name: "before";
|
|
6379
|
+
readonly type: {
|
|
6380
|
+
readonly kind: "SCALAR";
|
|
6381
|
+
readonly name: "String";
|
|
6382
|
+
};
|
|
6383
|
+
}, {
|
|
6384
|
+
readonly name: "first";
|
|
6385
|
+
readonly type: {
|
|
6386
|
+
readonly kind: "SCALAR";
|
|
6387
|
+
readonly name: "Int";
|
|
6388
|
+
};
|
|
6389
|
+
}, {
|
|
6390
|
+
readonly name: "last";
|
|
6391
|
+
readonly type: {
|
|
6392
|
+
readonly kind: "SCALAR";
|
|
6393
|
+
readonly name: "Int";
|
|
6394
|
+
};
|
|
6395
|
+
}, {
|
|
6396
|
+
readonly name: "where";
|
|
6397
|
+
readonly type: {
|
|
6398
|
+
readonly kind: "INPUT_OBJECT";
|
|
6399
|
+
readonly name: "EventsWhereInput";
|
|
6400
|
+
};
|
|
6401
|
+
}];
|
|
6402
|
+
readonly isDeprecated: false;
|
|
6403
|
+
}, {
|
|
6404
|
+
readonly name: "id";
|
|
6405
|
+
readonly type: {
|
|
6406
|
+
readonly kind: "NON_NULL";
|
|
6407
|
+
readonly ofType: {
|
|
6408
|
+
readonly kind: "SCALAR";
|
|
6409
|
+
readonly name: "DomainId";
|
|
6410
|
+
};
|
|
6411
|
+
};
|
|
6412
|
+
readonly args: readonly [];
|
|
6413
|
+
readonly isDeprecated: false;
|
|
6414
|
+
}, {
|
|
6415
|
+
readonly name: "label";
|
|
6416
|
+
readonly type: {
|
|
6417
|
+
readonly kind: "NON_NULL";
|
|
6418
|
+
readonly ofType: {
|
|
6419
|
+
readonly kind: "OBJECT";
|
|
6420
|
+
readonly name: "Label";
|
|
6421
|
+
};
|
|
6422
|
+
};
|
|
6423
|
+
readonly args: readonly [];
|
|
6424
|
+
readonly isDeprecated: false;
|
|
6425
|
+
}, {
|
|
6426
|
+
readonly name: "owner";
|
|
6427
|
+
readonly type: {
|
|
6428
|
+
readonly kind: "OBJECT";
|
|
6429
|
+
readonly name: "Account";
|
|
6430
|
+
};
|
|
6431
|
+
readonly args: readonly [];
|
|
6432
|
+
readonly isDeprecated: false;
|
|
6433
|
+
}, {
|
|
6434
|
+
readonly name: "parent";
|
|
6435
|
+
readonly type: {
|
|
6436
|
+
readonly kind: "INTERFACE";
|
|
6437
|
+
readonly name: "Domain";
|
|
6438
|
+
};
|
|
6439
|
+
readonly args: readonly [];
|
|
6440
|
+
readonly isDeprecated: false;
|
|
6441
|
+
}, {
|
|
6442
|
+
readonly name: "registration";
|
|
6443
|
+
readonly type: {
|
|
6444
|
+
readonly kind: "INTERFACE";
|
|
6445
|
+
readonly name: "Registration";
|
|
6446
|
+
};
|
|
6447
|
+
readonly args: readonly [];
|
|
6448
|
+
readonly isDeprecated: false;
|
|
6449
|
+
}, {
|
|
6450
|
+
readonly name: "registrations";
|
|
6451
|
+
readonly type: {
|
|
6452
|
+
readonly kind: "OBJECT";
|
|
6453
|
+
readonly name: "DomainRegistrationsConnection";
|
|
6454
|
+
};
|
|
6455
|
+
readonly args: readonly [{
|
|
6456
|
+
readonly name: "after";
|
|
6457
|
+
readonly type: {
|
|
6458
|
+
readonly kind: "SCALAR";
|
|
6459
|
+
readonly name: "String";
|
|
6460
|
+
};
|
|
6461
|
+
}, {
|
|
6462
|
+
readonly name: "before";
|
|
6463
|
+
readonly type: {
|
|
6464
|
+
readonly kind: "SCALAR";
|
|
6465
|
+
readonly name: "String";
|
|
6466
|
+
};
|
|
6467
|
+
}, {
|
|
6468
|
+
readonly name: "first";
|
|
6469
|
+
readonly type: {
|
|
6470
|
+
readonly kind: "SCALAR";
|
|
6471
|
+
readonly name: "Int";
|
|
6472
|
+
};
|
|
6473
|
+
}, {
|
|
6474
|
+
readonly name: "last";
|
|
6475
|
+
readonly type: {
|
|
6476
|
+
readonly kind: "SCALAR";
|
|
6477
|
+
readonly name: "Int";
|
|
6478
|
+
};
|
|
6479
|
+
}];
|
|
6480
|
+
readonly isDeprecated: false;
|
|
6481
|
+
}, {
|
|
6482
|
+
readonly name: "registry";
|
|
6483
|
+
readonly type: {
|
|
6484
|
+
readonly kind: "NON_NULL";
|
|
6485
|
+
readonly ofType: {
|
|
6486
|
+
readonly kind: "INTERFACE";
|
|
6487
|
+
readonly name: "Registry";
|
|
6488
|
+
};
|
|
6489
|
+
};
|
|
6490
|
+
readonly args: readonly [];
|
|
6491
|
+
readonly isDeprecated: false;
|
|
6492
|
+
}, {
|
|
6493
|
+
readonly name: "resolve";
|
|
6494
|
+
readonly type: {
|
|
6495
|
+
readonly kind: "NON_NULL";
|
|
6496
|
+
readonly ofType: {
|
|
6497
|
+
readonly kind: "OBJECT";
|
|
6498
|
+
readonly name: "ForwardResolve";
|
|
6499
|
+
};
|
|
6500
|
+
};
|
|
6501
|
+
readonly args: readonly [{
|
|
6502
|
+
readonly name: "accelerate";
|
|
6503
|
+
readonly type: {
|
|
6504
|
+
readonly kind: "SCALAR";
|
|
6505
|
+
readonly name: "Boolean";
|
|
6506
|
+
};
|
|
6507
|
+
readonly defaultValue: "true";
|
|
6508
|
+
}];
|
|
6509
|
+
readonly isDeprecated: false;
|
|
6510
|
+
}, {
|
|
6511
|
+
readonly name: "resolver";
|
|
6512
|
+
readonly type: {
|
|
6513
|
+
readonly kind: "NON_NULL";
|
|
6514
|
+
readonly ofType: {
|
|
6515
|
+
readonly kind: "OBJECT";
|
|
6516
|
+
readonly name: "DomainResolver";
|
|
6517
|
+
};
|
|
6518
|
+
};
|
|
6519
|
+
readonly args: readonly [];
|
|
6520
|
+
readonly isDeprecated: false;
|
|
6521
|
+
}, {
|
|
6522
|
+
readonly name: "subdomains";
|
|
6523
|
+
readonly type: {
|
|
6524
|
+
readonly kind: "OBJECT";
|
|
6525
|
+
readonly name: "DomainSubdomainsConnection";
|
|
6526
|
+
};
|
|
6527
|
+
readonly args: readonly [{
|
|
6528
|
+
readonly name: "after";
|
|
6529
|
+
readonly type: {
|
|
6530
|
+
readonly kind: "SCALAR";
|
|
6531
|
+
readonly name: "String";
|
|
6532
|
+
};
|
|
6533
|
+
}, {
|
|
6534
|
+
readonly name: "before";
|
|
6535
|
+
readonly type: {
|
|
6536
|
+
readonly kind: "SCALAR";
|
|
6537
|
+
readonly name: "String";
|
|
6538
|
+
};
|
|
6539
|
+
}, {
|
|
6540
|
+
readonly name: "first";
|
|
6541
|
+
readonly type: {
|
|
6542
|
+
readonly kind: "SCALAR";
|
|
6543
|
+
readonly name: "Int";
|
|
6544
|
+
};
|
|
6545
|
+
}, {
|
|
6546
|
+
readonly name: "last";
|
|
6547
|
+
readonly type: {
|
|
6548
|
+
readonly kind: "SCALAR";
|
|
6549
|
+
readonly name: "Int";
|
|
6550
|
+
};
|
|
6551
|
+
}, {
|
|
6552
|
+
readonly name: "order";
|
|
6553
|
+
readonly type: {
|
|
6554
|
+
readonly kind: "INPUT_OBJECT";
|
|
6555
|
+
readonly name: "DomainsOrderInput";
|
|
6556
|
+
};
|
|
6557
|
+
}, {
|
|
6558
|
+
readonly name: "where";
|
|
6559
|
+
readonly type: {
|
|
6560
|
+
readonly kind: "INPUT_OBJECT";
|
|
6561
|
+
readonly name: "SubdomainsWhereInput";
|
|
6562
|
+
};
|
|
6563
|
+
}];
|
|
6564
|
+
readonly isDeprecated: false;
|
|
6565
|
+
}, {
|
|
6566
|
+
readonly name: "subregistry";
|
|
6567
|
+
readonly type: {
|
|
6568
|
+
readonly kind: "INTERFACE";
|
|
6569
|
+
readonly name: "Registry";
|
|
6570
|
+
};
|
|
6571
|
+
readonly args: readonly [];
|
|
6572
|
+
readonly isDeprecated: false;
|
|
6573
|
+
}];
|
|
6574
|
+
readonly interfaces: readonly [{
|
|
6575
|
+
readonly kind: "INTERFACE";
|
|
6576
|
+
readonly name: "Domain";
|
|
6577
|
+
}];
|
|
5413
6578
|
}, {
|
|
5414
6579
|
readonly kind: "OBJECT";
|
|
5415
6580
|
readonly name: "WrappedBaseRegistrarRegistration";
|
|
@@ -5451,10 +6616,22 @@ declare const introspection: {
|
|
|
5451
6616
|
type OmnigraphScalars = {
|
|
5452
6617
|
ID: string;
|
|
5453
6618
|
BigInt: `${bigint}`;
|
|
6619
|
+
JSON: JsonValue;
|
|
5454
6620
|
Address: NormalizedAddress;
|
|
6621
|
+
Email: Email;
|
|
6622
|
+
BitcoinAddress: BitcoinAddress;
|
|
6623
|
+
LitecoinAddress: LitecoinAddress;
|
|
6624
|
+
DogecoinAddress: DogecoinAddress;
|
|
6625
|
+
MonacoinAddress: MonacoinAddress;
|
|
6626
|
+
RootstockAddress: RootstockAddress;
|
|
6627
|
+
RippleAddress: RippleAddress;
|
|
6628
|
+
BitcoinCashAddress: BitcoinCashAddress;
|
|
6629
|
+
BinanceAddress: BinanceAddress;
|
|
6630
|
+
SolanaAddress: SolanaAddress;
|
|
5455
6631
|
Hex: Hex;
|
|
5456
6632
|
ChainId: ChainId;
|
|
5457
6633
|
CoinType: CoinType;
|
|
6634
|
+
InterfaceId: InterfaceId;
|
|
5458
6635
|
InterpretedName: InterpretedName;
|
|
5459
6636
|
InterpretedLabel: InterpretedLabel;
|
|
5460
6637
|
BeautifiedName: BeautifiedName;
|