@ensforge/react 0.1.0 → 0.2.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/README.md +17 -10
- package/dist/atoms/batch.d.ts +6 -6
- package/dist/atoms/batch.d.ts.map +1 -1
- package/dist/atoms/capabilities.d.ts +23 -23
- package/dist/atoms/capabilities.d.ts.map +1 -1
- package/dist/atoms/dns.d.ts +16 -14
- package/dist/atoms/dns.d.ts.map +1 -1
- package/dist/atoms/events.d.ts +42 -42
- package/dist/atoms/events.d.ts.map +1 -1
- package/dist/atoms/generic.d.ts +8 -5
- package/dist/atoms/generic.d.ts.map +1 -1
- package/dist/atoms/generic.js.map +1 -1
- package/dist/atoms/migration.d.ts +6 -6
- package/dist/atoms/migration.d.ts.map +1 -1
- package/dist/atoms/name.d.ts +24 -24
- package/dist/atoms/name.d.ts.map +1 -1
- package/dist/atoms/ownership.d.ts +2 -2
- package/dist/atoms/ownership.d.ts.map +1 -1
- package/dist/atoms/query.d.ts +6 -11
- package/dist/atoms/query.d.ts.map +1 -1
- package/dist/atoms/query.js +14 -11
- package/dist/atoms/query.js.map +1 -1
- package/dist/atoms/records.d.ts +13 -13
- package/dist/atoms/records.d.ts.map +1 -1
- package/dist/atoms/registration.d.ts +41 -11
- package/dist/atoms/registration.d.ts.map +1 -1
- package/dist/atoms/resolution.d.ts +10 -10
- package/dist/atoms/resolution.d.ts.map +1 -1
- package/dist/atoms/reverse.d.ts +2 -2
- package/dist/atoms/reverse.d.ts.map +1 -1
- package/dist/atoms/stream.d.ts +2 -2
- package/dist/atoms/stream.d.ts.map +1 -1
- package/dist/atoms/stream.js +6 -4
- package/dist/atoms/stream.js.map +1 -1
- package/dist/atoms/wrapping.d.ts +3 -3
- package/dist/atoms/wrapping.d.ts.map +1 -1
- package/dist/atoms.d.ts +3 -2
- package/dist/atoms.js +3 -2
- package/dist/cache/invalidation.d.ts +5 -5
- package/dist/cache/invalidation.d.ts.map +1 -1
- package/dist/cache/invalidation.js +3 -3
- package/dist/cache/invalidation.js.map +1 -1
- package/dist/cache/prefetch.d.ts +5 -4
- package/dist/cache/prefetch.d.ts.map +1 -1
- package/dist/cache/prefetch.js +3 -3
- package/dist/cache/prefetch.js.map +1 -1
- package/dist/cache/registry.d.ts +3 -3
- package/dist/cache/registry.d.ts.map +1 -1
- package/dist/cache/registry.js +2 -2
- package/dist/cache/registry.js.map +1 -1
- package/dist/cache.d.ts +4 -4
- package/dist/cache.js +4 -4
- package/dist/hooks/batch.d.ts +13 -13
- package/dist/hooks/batch.d.ts.map +1 -1
- package/dist/hooks/capabilities.d.ts +119 -119
- package/dist/hooks/capabilities.d.ts.map +1 -1
- package/dist/hooks/dns.d.ts +44 -40
- package/dist/hooks/dns.d.ts.map +1 -1
- package/dist/hooks/events.d.ts +132 -132
- package/dist/hooks/events.d.ts.map +1 -1
- package/dist/hooks/generic.d.ts +8 -6
- package/dist/hooks/generic.d.ts.map +1 -1
- package/dist/hooks/generic.js.map +1 -1
- package/dist/hooks/index.d.ts +4 -4
- package/dist/hooks/migration.d.ts +28 -28
- package/dist/hooks/migration.d.ts.map +1 -1
- package/dist/hooks/name.d.ts +77 -77
- package/dist/hooks/name.d.ts.map +1 -1
- package/dist/hooks/ownership.d.ts +5 -5
- package/dist/hooks/ownership.d.ts.map +1 -1
- package/dist/hooks/records.d.ts +70 -70
- package/dist/hooks/records.d.ts.map +1 -1
- package/dist/hooks/registration.d.ts +108 -48
- package/dist/hooks/registration.d.ts.map +1 -1
- package/dist/hooks/resolution.d.ts +35 -35
- package/dist/hooks/resolution.d.ts.map +1 -1
- package/dist/hooks/reverse.d.ts +9 -9
- package/dist/hooks/reverse.d.ts.map +1 -1
- package/dist/hooks/use-cache.d.ts +6 -6
- package/dist/hooks/use-cache.d.ts.map +1 -1
- package/dist/hooks/use-cache.js +4 -4
- package/dist/hooks/use-cache.js.map +1 -1
- package/dist/hooks/use-mutation.js +16 -31
- package/dist/hooks/use-mutation.js.map +1 -1
- package/dist/hooks/use-query.d.ts +6 -6
- package/dist/hooks/use-query.d.ts.map +1 -1
- package/dist/hooks/use-query.js +24 -52
- package/dist/hooks/use-query.js.map +1 -1
- package/dist/hooks/use-suspense-query.d.ts +9 -8
- package/dist/hooks/use-suspense-query.d.ts.map +1 -1
- package/dist/hooks/use-suspense-query.js +5 -5
- package/dist/hooks/use-suspense-query.js.map +1 -1
- package/dist/hooks/wrapping.d.ts +7 -7
- package/dist/hooks/wrapping.d.ts.map +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/index.js +7 -7
- package/dist/mutation/options.d.ts +9 -7
- package/dist/mutation/options.d.ts.map +1 -1
- package/dist/mutation/result.d.ts +8 -10
- package/dist/mutation/result.d.ts.map +1 -1
- package/dist/provider/context.d.ts +4 -2
- package/dist/provider/context.d.ts.map +1 -1
- package/dist/provider/context.js.map +1 -1
- package/dist/provider/ensforge-provider.d.ts +2 -1
- package/dist/provider/ensforge-provider.d.ts.map +1 -1
- package/dist/provider/ensforge-provider.js +2 -1
- package/dist/provider/ensforge-provider.js.map +1 -1
- package/dist/query/options.d.ts +27 -24
- package/dist/query/options.d.ts.map +1 -1
- package/dist/query/options.js +26 -12
- package/dist/query/options.js.map +1 -1
- package/dist/query/result.d.ts +7 -13
- package/dist/query/result.d.ts.map +1 -1
- package/dist/query/result.js.map +1 -1
- package/package.json +3 -3
package/dist/hooks/events.d.ts
CHANGED
|
@@ -1,275 +1,275 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { UseEnsAtomParameters } from "../query/options.js";
|
|
2
|
+
import { EnsSuspenseAtomResult, UseEnsSuspenseAtomParameters } from "./use-suspense-query.js";
|
|
3
|
+
import { EnsAtomResult } from "../query/result.js";
|
|
4
4
|
import "../index.js";
|
|
5
5
|
//#region src/hooks/events.d.ts
|
|
6
|
-
declare const useEnsEvents: <
|
|
6
|
+
declare const useEnsEvents: <Mapped = readonly {
|
|
7
7
|
readonly blockNumber: bigint | null;
|
|
8
8
|
readonly transactionHash: `0x${string}` | null;
|
|
9
|
-
readonly
|
|
9
|
+
readonly transactionIndex: number | null;
|
|
10
|
+
readonly logIndex: number | null;
|
|
10
11
|
readonly raw: {
|
|
11
12
|
readonly topics: readonly `0x${string}`[];
|
|
12
13
|
readonly data: `0x${string}`;
|
|
13
14
|
readonly args: unknown;
|
|
14
15
|
};
|
|
15
|
-
readonly kind: "
|
|
16
|
-
readonly
|
|
17
|
-
readonly
|
|
18
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
16
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
17
|
+
readonly protocol: "v1" | "v2";
|
|
18
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
19
19
|
readonly eventName: string;
|
|
20
20
|
readonly contract: `0x${string}`;
|
|
21
21
|
readonly removed: boolean;
|
|
22
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
23
|
-
readonly to?: `0x${string}` | undefined;
|
|
24
|
-
readonly from?: `0x${string}` | undefined;
|
|
25
|
-
readonly owner?: `0x${string}` | undefined;
|
|
26
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
27
|
-
readonly tokenId?: bigint | undefined;
|
|
28
22
|
readonly commitment?: `0x${string}` | undefined;
|
|
23
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
24
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
29
25
|
readonly label?: string | undefined;
|
|
30
26
|
readonly node?: `0x${string}` | undefined;
|
|
31
|
-
}
|
|
27
|
+
readonly owner?: `0x${string}` | undefined;
|
|
28
|
+
readonly from?: `0x${string}` | undefined;
|
|
29
|
+
readonly to?: `0x${string}` | undefined;
|
|
30
|
+
readonly tokenId?: bigint | undefined;
|
|
31
|
+
}[]>(input: UseEnsAtomParameters<import("@ensforge/core").GetEnsEventsParameters, readonly {
|
|
32
32
|
readonly blockNumber: bigint | null;
|
|
33
33
|
readonly transactionHash: `0x${string}` | null;
|
|
34
|
-
readonly
|
|
34
|
+
readonly transactionIndex: number | null;
|
|
35
|
+
readonly logIndex: number | null;
|
|
35
36
|
readonly raw: {
|
|
36
37
|
readonly topics: readonly `0x${string}`[];
|
|
37
38
|
readonly data: `0x${string}`;
|
|
38
39
|
readonly args: unknown;
|
|
39
40
|
};
|
|
40
|
-
readonly kind: "
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
41
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
42
|
+
readonly protocol: "v1" | "v2";
|
|
43
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
44
44
|
readonly eventName: string;
|
|
45
45
|
readonly contract: `0x${string}`;
|
|
46
46
|
readonly removed: boolean;
|
|
47
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
48
|
-
readonly to?: `0x${string}` | undefined;
|
|
49
|
-
readonly from?: `0x${string}` | undefined;
|
|
50
|
-
readonly owner?: `0x${string}` | undefined;
|
|
51
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
52
|
-
readonly tokenId?: bigint | undefined;
|
|
53
47
|
readonly commitment?: `0x${string}` | undefined;
|
|
48
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
49
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
54
50
|
readonly label?: string | undefined;
|
|
55
51
|
readonly node?: `0x${string}` | undefined;
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
readonly owner?: `0x${string}` | undefined;
|
|
53
|
+
readonly from?: `0x${string}` | undefined;
|
|
54
|
+
readonly to?: `0x${string}` | undefined;
|
|
55
|
+
readonly tokenId?: bigint | undefined;
|
|
56
|
+
}[], import("@ensforge/core").EnsEventError, Mapped>) => EnsAtomResult<Mapped, import("@ensforge/core").EnsEventError>;
|
|
57
|
+
declare const useEnsEventsSuspense: <Mapped = readonly {
|
|
58
58
|
readonly blockNumber: bigint | null;
|
|
59
59
|
readonly transactionHash: `0x${string}` | null;
|
|
60
|
-
readonly
|
|
60
|
+
readonly transactionIndex: number | null;
|
|
61
|
+
readonly logIndex: number | null;
|
|
61
62
|
readonly raw: {
|
|
62
63
|
readonly topics: readonly `0x${string}`[];
|
|
63
64
|
readonly data: `0x${string}`;
|
|
64
65
|
readonly args: unknown;
|
|
65
66
|
};
|
|
66
|
-
readonly kind: "
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
69
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
67
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
68
|
+
readonly protocol: "v1" | "v2";
|
|
69
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
70
70
|
readonly eventName: string;
|
|
71
71
|
readonly contract: `0x${string}`;
|
|
72
72
|
readonly removed: boolean;
|
|
73
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
74
|
-
readonly to?: `0x${string}` | undefined;
|
|
75
|
-
readonly from?: `0x${string}` | undefined;
|
|
76
|
-
readonly owner?: `0x${string}` | undefined;
|
|
77
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
78
|
-
readonly tokenId?: bigint | undefined;
|
|
79
73
|
readonly commitment?: `0x${string}` | undefined;
|
|
74
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
75
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
80
76
|
readonly label?: string | undefined;
|
|
81
77
|
readonly node?: `0x${string}` | undefined;
|
|
82
|
-
}
|
|
78
|
+
readonly owner?: `0x${string}` | undefined;
|
|
79
|
+
readonly from?: `0x${string}` | undefined;
|
|
80
|
+
readonly to?: `0x${string}` | undefined;
|
|
81
|
+
readonly tokenId?: bigint | undefined;
|
|
82
|
+
}[]>(input: UseEnsSuspenseAtomParameters<import("@ensforge/core").GetEnsEventsParameters, readonly {
|
|
83
83
|
readonly blockNumber: bigint | null;
|
|
84
84
|
readonly transactionHash: `0x${string}` | null;
|
|
85
|
-
readonly
|
|
85
|
+
readonly transactionIndex: number | null;
|
|
86
|
+
readonly logIndex: number | null;
|
|
86
87
|
readonly raw: {
|
|
87
88
|
readonly topics: readonly `0x${string}`[];
|
|
88
89
|
readonly data: `0x${string}`;
|
|
89
90
|
readonly args: unknown;
|
|
90
91
|
};
|
|
91
|
-
readonly kind: "
|
|
92
|
-
readonly
|
|
93
|
-
readonly
|
|
94
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
92
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
93
|
+
readonly protocol: "v1" | "v2";
|
|
94
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
95
95
|
readonly eventName: string;
|
|
96
96
|
readonly contract: `0x${string}`;
|
|
97
97
|
readonly removed: boolean;
|
|
98
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
99
|
-
readonly to?: `0x${string}` | undefined;
|
|
100
|
-
readonly from?: `0x${string}` | undefined;
|
|
101
|
-
readonly owner?: `0x${string}` | undefined;
|
|
102
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
103
|
-
readonly tokenId?: bigint | undefined;
|
|
104
98
|
readonly commitment?: `0x${string}` | undefined;
|
|
99
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
100
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
105
101
|
readonly label?: string | undefined;
|
|
106
102
|
readonly node?: `0x${string}` | undefined;
|
|
107
|
-
}
|
|
108
|
-
|
|
103
|
+
readonly owner?: `0x${string}` | undefined;
|
|
104
|
+
readonly from?: `0x${string}` | undefined;
|
|
105
|
+
readonly to?: `0x${string}` | undefined;
|
|
106
|
+
readonly tokenId?: bigint | undefined;
|
|
107
|
+
}[], import("@ensforge/core").EnsEventError, Mapped>) => EnsSuspenseAtomResult<Mapped>;
|
|
108
|
+
declare const useNameHistory: <Mapped = {
|
|
109
109
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
110
110
|
readonly events: readonly {
|
|
111
111
|
readonly blockNumber: bigint | null;
|
|
112
112
|
readonly transactionHash: `0x${string}` | null;
|
|
113
|
-
readonly
|
|
113
|
+
readonly transactionIndex: number | null;
|
|
114
|
+
readonly logIndex: number | null;
|
|
114
115
|
readonly raw: {
|
|
115
116
|
readonly topics: readonly `0x${string}`[];
|
|
116
117
|
readonly data: `0x${string}`;
|
|
117
118
|
readonly args: unknown;
|
|
118
119
|
};
|
|
119
|
-
readonly kind: "
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
120
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
121
|
+
readonly protocol: "v1" | "v2";
|
|
122
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
123
123
|
readonly eventName: string;
|
|
124
124
|
readonly contract: `0x${string}`;
|
|
125
125
|
readonly removed: boolean;
|
|
126
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
127
|
-
readonly to?: `0x${string}` | undefined;
|
|
128
|
-
readonly from?: `0x${string}` | undefined;
|
|
129
|
-
readonly owner?: `0x${string}` | undefined;
|
|
130
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
131
|
-
readonly tokenId?: bigint | undefined;
|
|
132
126
|
readonly commitment?: `0x${string}` | undefined;
|
|
127
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
128
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
133
129
|
readonly label?: string | undefined;
|
|
134
130
|
readonly node?: `0x${string}` | undefined;
|
|
131
|
+
readonly owner?: `0x${string}` | undefined;
|
|
132
|
+
readonly from?: `0x${string}` | undefined;
|
|
133
|
+
readonly to?: `0x${string}` | undefined;
|
|
134
|
+
readonly tokenId?: bigint | undefined;
|
|
135
135
|
}[];
|
|
136
|
-
}>(input:
|
|
136
|
+
}>(input: UseEnsAtomParameters<import("@ensforge/core").GetNameHistoryParameters, {
|
|
137
137
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
138
138
|
readonly events: readonly {
|
|
139
139
|
readonly blockNumber: bigint | null;
|
|
140
140
|
readonly transactionHash: `0x${string}` | null;
|
|
141
|
-
readonly
|
|
141
|
+
readonly transactionIndex: number | null;
|
|
142
|
+
readonly logIndex: number | null;
|
|
142
143
|
readonly raw: {
|
|
143
144
|
readonly topics: readonly `0x${string}`[];
|
|
144
145
|
readonly data: `0x${string}`;
|
|
145
146
|
readonly args: unknown;
|
|
146
147
|
};
|
|
147
|
-
readonly kind: "
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
148
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
149
|
+
readonly protocol: "v1" | "v2";
|
|
150
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
151
151
|
readonly eventName: string;
|
|
152
152
|
readonly contract: `0x${string}`;
|
|
153
153
|
readonly removed: boolean;
|
|
154
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
155
|
-
readonly to?: `0x${string}` | undefined;
|
|
156
|
-
readonly from?: `0x${string}` | undefined;
|
|
157
|
-
readonly owner?: `0x${string}` | undefined;
|
|
158
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
159
|
-
readonly tokenId?: bigint | undefined;
|
|
160
154
|
readonly commitment?: `0x${string}` | undefined;
|
|
155
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
156
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
161
157
|
readonly label?: string | undefined;
|
|
162
158
|
readonly node?: `0x${string}` | undefined;
|
|
159
|
+
readonly owner?: `0x${string}` | undefined;
|
|
160
|
+
readonly from?: `0x${string}` | undefined;
|
|
161
|
+
readonly to?: `0x${string}` | undefined;
|
|
162
|
+
readonly tokenId?: bigint | undefined;
|
|
163
163
|
}[];
|
|
164
|
-
},
|
|
165
|
-
declare const useNameHistorySuspense: <
|
|
164
|
+
}, import("@ensforge/core").EnsEventError, Mapped>) => EnsAtomResult<Mapped, import("@ensforge/core").EnsEventError>;
|
|
165
|
+
declare const useNameHistorySuspense: <Mapped = {
|
|
166
166
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
167
167
|
readonly events: readonly {
|
|
168
168
|
readonly blockNumber: bigint | null;
|
|
169
169
|
readonly transactionHash: `0x${string}` | null;
|
|
170
|
-
readonly
|
|
170
|
+
readonly transactionIndex: number | null;
|
|
171
|
+
readonly logIndex: number | null;
|
|
171
172
|
readonly raw: {
|
|
172
173
|
readonly topics: readonly `0x${string}`[];
|
|
173
174
|
readonly data: `0x${string}`;
|
|
174
175
|
readonly args: unknown;
|
|
175
176
|
};
|
|
176
|
-
readonly kind: "
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
177
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
178
|
+
readonly protocol: "v1" | "v2";
|
|
179
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
180
180
|
readonly eventName: string;
|
|
181
181
|
readonly contract: `0x${string}`;
|
|
182
182
|
readonly removed: boolean;
|
|
183
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
184
|
-
readonly to?: `0x${string}` | undefined;
|
|
185
|
-
readonly from?: `0x${string}` | undefined;
|
|
186
|
-
readonly owner?: `0x${string}` | undefined;
|
|
187
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
188
|
-
readonly tokenId?: bigint | undefined;
|
|
189
183
|
readonly commitment?: `0x${string}` | undefined;
|
|
184
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
185
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
190
186
|
readonly label?: string | undefined;
|
|
191
187
|
readonly node?: `0x${string}` | undefined;
|
|
188
|
+
readonly owner?: `0x${string}` | undefined;
|
|
189
|
+
readonly from?: `0x${string}` | undefined;
|
|
190
|
+
readonly to?: `0x${string}` | undefined;
|
|
191
|
+
readonly tokenId?: bigint | undefined;
|
|
192
192
|
}[];
|
|
193
|
-
}>(input:
|
|
193
|
+
}>(input: UseEnsSuspenseAtomParameters<import("@ensforge/core").GetNameHistoryParameters, {
|
|
194
194
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
195
195
|
readonly events: readonly {
|
|
196
196
|
readonly blockNumber: bigint | null;
|
|
197
197
|
readonly transactionHash: `0x${string}` | null;
|
|
198
|
-
readonly
|
|
198
|
+
readonly transactionIndex: number | null;
|
|
199
|
+
readonly logIndex: number | null;
|
|
199
200
|
readonly raw: {
|
|
200
201
|
readonly topics: readonly `0x${string}`[];
|
|
201
202
|
readonly data: `0x${string}`;
|
|
202
203
|
readonly args: unknown;
|
|
203
204
|
};
|
|
204
|
-
readonly kind: "
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
205
|
+
readonly kind: "commitment" | "registration" | "renewal" | "ownership" | "manager" | "resolver" | "records" | "subname" | "migration" | "other";
|
|
206
|
+
readonly protocol: "v1" | "v2";
|
|
207
|
+
readonly contractKind: "resolver" | "registrar" | "registry" | "name-wrapper" | "migration-controller";
|
|
208
208
|
readonly eventName: string;
|
|
209
209
|
readonly contract: `0x${string}`;
|
|
210
210
|
readonly removed: boolean;
|
|
211
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
212
|
-
readonly to?: `0x${string}` | undefined;
|
|
213
|
-
readonly from?: `0x${string}` | undefined;
|
|
214
|
-
readonly owner?: `0x${string}` | undefined;
|
|
215
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
216
|
-
readonly tokenId?: bigint | undefined;
|
|
217
211
|
readonly commitment?: `0x${string}` | undefined;
|
|
212
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
213
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
218
214
|
readonly label?: string | undefined;
|
|
219
215
|
readonly node?: `0x${string}` | undefined;
|
|
216
|
+
readonly owner?: `0x${string}` | undefined;
|
|
217
|
+
readonly from?: `0x${string}` | undefined;
|
|
218
|
+
readonly to?: `0x${string}` | undefined;
|
|
219
|
+
readonly tokenId?: bigint | undefined;
|
|
220
220
|
}[];
|
|
221
|
-
},
|
|
222
|
-
declare const useWatchEnsEvents: <
|
|
221
|
+
}, import("@ensforge/core").EnsEventError, Mapped>) => EnsSuspenseAtomResult<Mapped>;
|
|
222
|
+
declare const useWatchEnsEvents: <Mapped = {
|
|
223
|
+
readonly kind: "resolver" | "commitment" | "registration" | "renewal" | "ownership" | "manager" | "records" | "subname" | "migration" | "other";
|
|
224
|
+
readonly protocol: "v1" | "v2";
|
|
225
|
+
readonly contractKind: "registry" | "name-wrapper" | "registrar" | "resolver" | "migration-controller";
|
|
226
|
+
readonly eventName: string;
|
|
227
|
+
readonly contract: `0x${string}`;
|
|
223
228
|
readonly blockNumber: bigint | null;
|
|
224
229
|
readonly transactionHash: `0x${string}` | null;
|
|
225
|
-
readonly
|
|
230
|
+
readonly transactionIndex: number | null;
|
|
231
|
+
readonly logIndex: number | null;
|
|
232
|
+
readonly removed: boolean;
|
|
226
233
|
readonly raw: {
|
|
227
234
|
readonly topics: readonly `0x${string}`[];
|
|
228
235
|
readonly data: `0x${string}`;
|
|
229
236
|
readonly args: unknown;
|
|
230
237
|
};
|
|
231
|
-
readonly kind: "records" | "manager" | "resolver" | "commitment" | "registration" | "renewal" | "ownership" | "subname" | "migration" | "other";
|
|
232
|
-
readonly transactionIndex: number | null;
|
|
233
|
-
readonly logIndex: number | null;
|
|
234
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
235
|
-
readonly eventName: string;
|
|
236
|
-
readonly contract: `0x${string}`;
|
|
237
|
-
readonly removed: boolean;
|
|
238
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
239
|
-
readonly to?: `0x${string}` | undefined;
|
|
240
|
-
readonly from?: `0x${string}` | undefined;
|
|
241
|
-
readonly owner?: `0x${string}` | undefined;
|
|
242
238
|
readonly resolver?: `0x${string}` | undefined;
|
|
243
|
-
readonly
|
|
239
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
244
240
|
readonly commitment?: `0x${string}` | undefined;
|
|
245
241
|
readonly label?: string | undefined;
|
|
246
242
|
readonly node?: `0x${string}` | undefined;
|
|
247
|
-
}
|
|
243
|
+
readonly owner?: `0x${string}` | undefined;
|
|
244
|
+
readonly from?: `0x${string}` | undefined;
|
|
245
|
+
readonly to?: `0x${string}` | undefined;
|
|
246
|
+
readonly tokenId?: bigint | undefined;
|
|
247
|
+
}>(input: UseEnsAtomParameters<import("@ensforge/core").WatchEnsEventsParameters, {
|
|
248
|
+
readonly kind: "resolver" | "commitment" | "registration" | "renewal" | "ownership" | "manager" | "records" | "subname" | "migration" | "other";
|
|
249
|
+
readonly protocol: "v1" | "v2";
|
|
250
|
+
readonly contractKind: "registry" | "name-wrapper" | "registrar" | "resolver" | "migration-controller";
|
|
251
|
+
readonly eventName: string;
|
|
252
|
+
readonly contract: `0x${string}`;
|
|
248
253
|
readonly blockNumber: bigint | null;
|
|
249
254
|
readonly transactionHash: `0x${string}` | null;
|
|
250
|
-
readonly
|
|
255
|
+
readonly transactionIndex: number | null;
|
|
256
|
+
readonly logIndex: number | null;
|
|
257
|
+
readonly removed: boolean;
|
|
251
258
|
readonly raw: {
|
|
252
259
|
readonly topics: readonly `0x${string}`[];
|
|
253
260
|
readonly data: `0x${string}`;
|
|
254
261
|
readonly args: unknown;
|
|
255
262
|
};
|
|
256
|
-
readonly kind: "records" | "manager" | "resolver" | "commitment" | "registration" | "renewal" | "ownership" | "subname" | "migration" | "other";
|
|
257
|
-
readonly transactionIndex: number | null;
|
|
258
|
-
readonly logIndex: number | null;
|
|
259
|
-
readonly contractKind: "registry" | "registrar" | "resolver" | "name-wrapper" | "migration-controller";
|
|
260
|
-
readonly eventName: string;
|
|
261
|
-
readonly contract: `0x${string}`;
|
|
262
|
-
readonly removed: boolean;
|
|
263
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
264
|
-
readonly to?: `0x${string}` | undefined;
|
|
265
|
-
readonly from?: `0x${string}` | undefined;
|
|
266
|
-
readonly owner?: `0x${string}` | undefined;
|
|
267
263
|
readonly resolver?: `0x${string}` | undefined;
|
|
268
|
-
readonly
|
|
264
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
269
265
|
readonly commitment?: `0x${string}` | undefined;
|
|
270
266
|
readonly label?: string | undefined;
|
|
271
267
|
readonly node?: `0x${string}` | undefined;
|
|
272
|
-
|
|
268
|
+
readonly owner?: `0x${string}` | undefined;
|
|
269
|
+
readonly from?: `0x${string}` | undefined;
|
|
270
|
+
readonly to?: `0x${string}` | undefined;
|
|
271
|
+
readonly tokenId?: bigint | undefined;
|
|
272
|
+
}, import("@ensforge/core").EnsEventError | import("effect/Cause").NoSuchElementError, Mapped>) => EnsAtomResult<Mapped, import("@ensforge/core").EnsEventError | import("effect/Cause").NoSuchElementError>;
|
|
273
273
|
//#endregion
|
|
274
274
|
export { useEnsEvents, useEnsEventsSuspense, useNameHistory, useNameHistorySuspense, useWatchEnsEvents };
|
|
275
275
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","names":[],"sources":["../../src/hooks/events.ts"],"mappings":";;;;;cAMa,eAAY;;;;;;;;;;;;;;;;;;;;;;;;;YAAkC;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"events.d.ts","names":[],"sources":["../../src/hooks/events.ts"],"mappings":";;;;;cAMa,eAAY;;;;;;;;;;;;;;;;;;;;;;;;;YAAkC;;;;;;;;;;;;;;;;;;;;;;;;;8BAAA,eAAA,YAAA,cAAA,iCAAA;cAC9C,uBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;YAA0C;;;;;;;;;;;;;;;;;;;;;;;;;8BAAA,eAAA,YAAA,sBAAA;cAC9D,iBAAc;;;;;;;;;;;;;;;;;;aAGihB;aAAmD;aAA+C,wCAAC;aAA2F;aAAwC;aAAgD;aAA+C;aAA6C;aAAkD;;UAHj5B;;;;;;;;;;;;;;;;;;aAG6e;aAAmD;aAA+C,wCAAC;aAA2F;aAAwC;aAAgD;aAA+C;aAA6C;aAAkD;;4BAHj5B,eAAA,YAAA,cAAA,iCAAA;cAClD,yBAAsB;;;;;;;;;;;;;;;;;;aAEygB;aAAmD;aAA+C,wCAAC;aAA2F;aAAwC;aAAgD;aAA+C;aAA6C;aAAkD;;UAFj4B;;;;;;;;;;;;;;;;;;aAE6d;aAAmD;aAA+C,wCAAC;aAA2F;aAAwC;aAAgD;aAA+C;aAA6C;aAAkD;;4BAFj4B,eAAA,YAAA,sBAAA;cAClE,oBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;UAAoC;;;;;;;;;;;;;;;;;;;;;;;;;4BAAA,uCAAA,oBAAA,YAAA,cAAA,iCAAA,uCAAA"}
|
package/dist/hooks/generic.d.ts
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
+
import { UseEnsAtomParameters } from "../query/options.js";
|
|
1
2
|
import { ReadBatchAtomParameters } from "../atoms/generic.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { EnsAtomResult } from "../query/result.js";
|
|
4
|
+
import { EnsReadRequest, RpcError } from "@ensforge/sdk";
|
|
5
|
+
import { ReadBatchError, ReadBatchResult, ReadBatchSettledResult } from "@ensforge/sdk/batch";
|
|
6
|
+
import { GetRecordsError, GetRecordsParameters, GetRecordsResult, GetRecordsSelection } from "@ensforge/sdk/records";
|
|
5
7
|
//#region src/hooks/generic.d.ts
|
|
6
8
|
type ReadRequests = Readonly<Record<string, EnsReadRequest<unknown, unknown>>>;
|
|
7
|
-
declare const useRecords: <const Selection extends GetRecordsSelection, Selected = GetRecordsResult<Selection>>(input:
|
|
8
|
-
declare const useReadBatch: <const Requests extends ReadRequests, Selected = ReadBatchResult<Requests>>(input:
|
|
9
|
-
declare const useReadBatchSettled: <const Requests extends ReadRequests, Selected = ReadBatchSettledResult<Requests>>(input:
|
|
9
|
+
declare const useRecords: <const Selection extends GetRecordsSelection, Selected = GetRecordsResult<Selection>>(input: UseEnsAtomParameters<GetRecordsParameters<Selection>, GetRecordsResult<Selection>, GetRecordsError, Selected>) => EnsAtomResult<Selected, GetRecordsError>;
|
|
10
|
+
declare const useReadBatch: <const Requests extends ReadRequests, Selected = ReadBatchResult<Requests>>(input: UseEnsAtomParameters<ReadBatchAtomParameters<Requests>, ReadBatchResult<Requests>, ReadBatchError<Requests>, Selected>) => EnsAtomResult<Selected, ReadBatchError<Requests>>;
|
|
11
|
+
declare const useReadBatchSettled: <const Requests extends ReadRequests, Selected = ReadBatchSettledResult<Requests>>(input: UseEnsAtomParameters<ReadBatchAtomParameters<Requests>, ReadBatchSettledResult<Requests>, RpcError, Selected>) => EnsAtomResult<Selected, RpcError>;
|
|
10
12
|
//#endregion
|
|
11
13
|
export { useReadBatch, useReadBatchSettled, useRecords };
|
|
12
14
|
//# sourceMappingURL=generic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic.d.ts","names":[],"sources":["../../src/hooks/generic.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"generic.d.ts","names":[],"sources":["../../src/hooks/generic.ts"],"mappings":";;;;;;;KAqBK,eAAe,SAAS,eAAe;cAE/B,mBACL,kBAAkB,qBACxB,WAAW,iBAAiB,YAE5B,OAAO,qBACL,qBAAqB,YACrB,iBAAiB,YACjB,iBACA,cAED,cAAc,UAAU;cAEd,qBACL,iBAAiB,cACvB,WAAW,gBAAgB,WAE3B,OAAO,qBACL,wBAAwB,WACxB,gBAAgB,WAChB,eAAe,WACf,cAED,cAAc,UAAU,eAAe;cAE7B,4BACL,iBAAiB,cACvB,WAAW,uBAAuB,WAElC,OAAO,qBACL,wBAAwB,WACxB,uBAAuB,WACvB,UACA,cAED,cAAc,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic.js","names":[],"sources":["../../src/hooks/generic.ts"],"sourcesContent":["\"use client\";\n\nimport type {\n
|
|
1
|
+
{"version":3,"file":"generic.js","names":[],"sources":["../../src/hooks/generic.ts"],"sourcesContent":["\"use client\";\n\nimport type { EnsReadRequest, RpcError } from \"@ensforge/sdk\";\nimport type { ReadBatchError, ReadBatchResult, ReadBatchSettledResult } from \"@ensforge/sdk/batch\";\nimport type {\n GetRecordsError,\n GetRecordsParameters,\n GetRecordsResult,\n GetRecordsSelection,\n} from \"@ensforge/sdk/records\";\n\nimport {\n getRecordsAtom,\n readBatchAtom,\n readBatchSettledAtom,\n type ReadBatchAtomParameters,\n} from \"../atoms/generic.js\";\nimport type { UseEnsAtomParameters } from \"../query/options.js\";\nimport type { EnsAtomResult } from \"../query/result.js\";\nimport { useQueryAtom } from \"./use-query.js\";\n\ntype ReadRequests = Readonly<Record<string, EnsReadRequest<unknown, unknown>>>;\n\nexport const useRecords = <\n const Selection extends GetRecordsSelection,\n Selected = GetRecordsResult<Selection>,\n>(\n input: UseEnsAtomParameters<\n GetRecordsParameters<Selection>,\n GetRecordsResult<Selection>,\n GetRecordsError,\n Selected\n >,\n): EnsAtomResult<Selected, GetRecordsError> => useQueryAtom(getRecordsAtom, input);\n\nexport const useReadBatch = <\n const Requests extends ReadRequests,\n Selected = ReadBatchResult<Requests>,\n>(\n input: UseEnsAtomParameters<\n ReadBatchAtomParameters<Requests>,\n ReadBatchResult<Requests>,\n ReadBatchError<Requests>,\n Selected\n >,\n): EnsAtomResult<Selected, ReadBatchError<Requests>> => useQueryAtom(readBatchAtom, input);\n\nexport const useReadBatchSettled = <\n const Requests extends ReadRequests,\n Selected = ReadBatchSettledResult<Requests>,\n>(\n input: UseEnsAtomParameters<\n ReadBatchAtomParameters<Requests>,\n ReadBatchSettledResult<Requests>,\n RpcError,\n Selected\n >,\n): EnsAtomResult<Selected, RpcError> => useQueryAtom(readBatchSettledAtom, input);\n"],"mappings":";;;;;;AAuBA,MAAa,cAIX,UAM6C,aAAa,gBAAgB,KAAK;AAEjF,MAAa,gBAIX,UAMsD,aAAa,eAAe,KAAK;AAEzF,MAAa,uBAIX,UAMsC,aAAa,sBAAsB,KAAK"}
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EnsSuspenseAtomResult, UseEnsSuspenseAtomParameters, makeSuspenseQueryHook } from "./use-suspense-query.js";
|
|
2
2
|
import { useCallsStatus, useCallsStatusSuspense, useEstimateCalls, useEstimateCallsSuspense, useExecuteWritePlan, usePrepareCalls, usePrepareCallsSuspense, useResumeCalls, useSendCalls, useSimulateCalls, useSimulateCallsSuspense, useWalletCapabilities, useWalletCapabilitiesSuspense } from "./batch.js";
|
|
3
3
|
import { useHasRegistryRoles, useHasRegistryRolesSuspense, useHasResolverRoles, useHasResolverRolesSuspense, useNameCapabilities, useNameCapabilitiesSuspense, useOperatorApproval, useOperatorApprovalSuspense, useRecordPermissions, useRecordPermissionsSuspense, useRegistryCapabilities, useRegistryCapabilitiesSuspense, useRegistryRoles, useRegistryRolesSuspense, useRequiredAuthorization, useRequiredAuthorizationSuspense, useResolverCapabilities, useResolverCapabilitiesSuspense, useResolverDelegateApproval, useResolverDelegateApprovalSuspense, useResolverRoles, useResolverRolesSuspense, useTokenApproval, useTokenApprovalSuspense, useWrapperPermissions, useWrapperPermissionsSuspense, useWriteTarget, useWriteTargetSuspense } from "./capabilities.js";
|
|
4
4
|
import { useClaimDnsName, useDnsClaimStatus, useDnsClaimStatusSuspense, useDnsImportPlan, useDnsImportPlanSuspense, useDnsRecord, useDnsRecordSuspense, useDnsRecords, useDnsRecordsSuspense, useHasDnsRecords, useHasDnsRecordsSuspense, useImportDnsName, useSetDnsRecords, useSetZoneHash, useZoneHash, useZoneHashSuspense } from "./dns.js";
|
|
@@ -14,7 +14,7 @@ import { useClearPrimaryName, usePrimaryName, usePrimaryNameSuspense, useSetCont
|
|
|
14
14
|
import { useCreateSubname, useDeleteSubname, useSetSubnameExpiry, useSetSubnameManager, useSetSubnameRecord, useSetSubnameResolver, useTransferSubname } from "./subnames.js";
|
|
15
15
|
import { useExtendSubnameExpiry, useFuses, useFusesSuspense, useSetChildFuses, useSetFuses, useUnwrapName, useWrapName, useWrapperExpiry, useWrapperExpirySuspense } from "./wrapping.js";
|
|
16
16
|
import { useReadBatch, useReadBatchSettled, useRecords } from "./generic.js";
|
|
17
|
-
import {
|
|
17
|
+
import { Invalidate, useInvalidate } from "./use-cache.js";
|
|
18
18
|
import { makeMutationHook } from "./use-mutation.js";
|
|
19
|
-
import { makeQueryHook,
|
|
20
|
-
export { type
|
|
19
|
+
import { makeQueryHook, prefetchAtom } from "./use-query.js";
|
|
20
|
+
export { type EnsSuspenseAtomResult, type Invalidate, type UseEnsSuspenseAtomParameters, makeMutationHook, makeQueryHook, makeSuspenseQueryHook, prefetchAtom, useAbi, useAbiSuspense, useAddress, useAddressSuspense, useAddresses, useAddressesSuspense, useAlias, useAliasSuspense, useApproveMigration, useApproveName, useApprovePaymentToken, useApproveRenewalPayment, useAvatar, useAvatarSuspense, useCallsStatus, useCallsStatusSuspense, useCanonicalResource, useCanonicalResourceSuspense, useClaimDnsName, useClearAvatar, useClearNameApproval, useClearPrimaryName, useClearRecords, useCommitName, useCommitmentStatus, useCommitmentStatusSuspense, useCompleteRegistration, useContentHash, useContentHashSuspense, useCreateResolver, useCreateSubname, useData, useDataSuspense, useDeleteSubname, useDnsClaimStatus, useDnsClaimStatusSuspense, useDnsImportPlan, useDnsImportPlanSuspense, useDnsRecord, useDnsRecordSuspense, useDnsRecords, useDnsRecordsSuspense, useEnsEvents, useEnsEventsSuspense, useEstimateCalls, useEstimateCallsSuspense, useExecuteWritePlan, useExpiry, useExpirySuspense, useExtendSubnameExpiry, useFuses, useFusesSuspense, useGetOrCreateResolver, useGrantRegistryRoles, useGrantResolverRoles, useGrantResolverRootRoles, useHasDnsRecords, useHasDnsRecordsSuspense, useHasRegistryRoles, useHasRegistryRolesSuspense, useHasResolverRoles, useHasResolverRolesSuspense, useImportDnsName, useInterface, useInterfaceSuspense, useInvalidate, useIsAvailable, useIsAvailableSuspense, useIsMigrated, useIsMigratedSuspense, useIsPaymentTokenSupported, useIsPaymentTokenSupportedSuspense, useIsRenewable, useIsRenewableSuspense, useIsReserved, useIsReservedSuspense, useIsWrapped, useIsWrappedSuspense, useManager, useManagerSuspense, useMigrateName, useMigrateNames, useMigrationEligibility, useMigrationEligibilitySuspense, useMigrationPlan, useMigrationPlanSuspense, useMigrationStatus, useMigrationStatusSuspense, useMigrationTarget, useMigrationTargetSuspense, useNameCapabilities, useNameCapabilitiesSuspense, useNameHistory, useNameHistorySuspense, useNameRecord, useNameRecordSuspense, useNameState, useNameStateSuspense, useNameStatus, useNameStatusSuspense, useOperatorApproval, useOperatorApprovalSuspense, useOwner, useOwnerSuspense, usePredictResolverAddress, usePredictResolverAddressSuspense, usePrepareCalls, usePrepareCallsSuspense, usePrimaryName, usePrimaryNameSuspense, useProtocol, useProtocolSuspense, usePubkey, usePubkeySuspense, useReadBatch, useReadBatchSettled, useReclaimName, useRecordPermissions, useRecordPermissionsSuspense, useRecords, useRegisterName, useRegisterNames, useRegistrant, useRegistrantSuspense, useRegistrationCommitment, useRegistrationCommitmentSuspense, useRegistrationParameters, useRegistrationParametersSuspense, useRegistrationPlan, useRegistrationPlanSuspense, useRegistrationPrice, useRegistrationPriceSuspense, useRegistry, useRegistryCapabilities, useRegistryCapabilitiesSuspense, useRegistryRoles, useRegistryRolesSuspense, useRegistrySuspense, useRenewName, useRenewNames, useRenewalPrice, useRenewalPriceSuspense, useRequiredAuthorization, useRequiredAuthorizationSuspense, useResolve, useResolveBatch, useResolveBatchSuspense, useResolveSuspense, useResolveWithResolver, useResolveWithResolverSuspense, useResolver, useResolverCapabilities, useResolverCapabilitiesSuspense, useResolverDelegateApproval, useResolverDelegateApprovalSuspense, useResolverRoles, useResolverRolesSuspense, useResolverSuspense, useResolverVersion, useResolverVersionSuspense, useResumeCalls, useRevokeRegistryRoles, useRevokeResolverRoles, useRevokeResolverRootRoles, useSendCalls, useSetAbi, useSetAddress, useSetAddresses, useSetAlias, useSetAvatar, useSetChildFuses, useSetContentHash, useSetContractPrimaryName, useSetData, useSetDnsRecords, useSetFuses, useSetInterface, useSetManager, useSetName, useSetOperatorApproval, useSetPrimaryName, useSetPrimaryNameForAddress, useSetPubkey, useSetRecordPermissions, useSetRecords, useSetResolver, useSetResolverAndRecords, useSetResolverDelegateApproval, useSetSubnameExpiry, useSetSubnameManager, useSetSubnameRecord, useSetSubnameResolver, useSetText, useSetTexts, useSetTtl, useSetZoneHash, useSimulateCalls, useSimulateCallsSuspense, useText, useTextSuspense, useTexts, useTextsSuspense, useTokenApproval, useTokenApprovalSuspense, useTokenId, useTokenIdSuspense, useTransferName, useTransferRegistrant, useTransferSubname, useTtl, useTtlSuspense, useUnwrapName, useUpgradeResolver, useWalletCapabilities, useWalletCapabilitiesSuspense, useWatchEnsEvents, useWrapName, useWrapperExpiry, useWrapperExpirySuspense, useWrapperPermissions, useWrapperPermissionsSuspense, useWriteTarget, useWriteTargetSuspense, useZoneHash, useZoneHashSuspense };
|