@ensforge/react 0.1.0 → 0.1.1
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 +10 -10
- package/dist/atoms/batch.d.ts +6 -6
- package/dist/atoms/batch.d.ts.map +1 -1
- package/dist/atoms/capabilities.d.ts +20 -20
- package/dist/atoms/capabilities.d.ts.map +1 -1
- package/dist/atoms/dns.d.ts +7 -7
- package/dist/atoms/dns.d.ts.map +1 -1
- package/dist/atoms/events.d.ts +35 -35
- package/dist/atoms/events.d.ts.map +1 -1
- package/dist/atoms/generic.d.ts +5 -4
- package/dist/atoms/generic.d.ts.map +1 -1
- package/dist/atoms/generic.js.map +1 -1
- package/dist/atoms/migration.d.ts +5 -5
- 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 +12 -12
- package/dist/atoms/records.d.ts.map +1 -1
- package/dist/atoms/registration.d.ts +8 -8
- package/dist/atoms/registration.d.ts.map +1 -1
- package/dist/atoms/resolution.d.ts +8 -8
- 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 +107 -107
- package/dist/hooks/capabilities.d.ts.map +1 -1
- package/dist/hooks/dns.d.ts +39 -39
- package/dist/hooks/dns.d.ts.map +1 -1
- package/dist/hooks/events.d.ts +118 -118
- package/dist/hooks/events.d.ts.map +1 -1
- package/dist/hooks/generic.d.ts +5 -5
- 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 +27 -27
- 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 +69 -69
- package/dist/hooks/records.d.ts.map +1 -1
- package/dist/hooks/registration.d.ts +45 -45
- package/dist/hooks/registration.d.ts.map +1 -1
- package/dist/hooks/resolution.d.ts +33 -33
- 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 +11 -11
- 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/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 +2 -2
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: <
|
|
7
|
-
readonly blockNumber: bigint | null;
|
|
8
|
-
readonly transactionHash: `0x${string}` | null;
|
|
6
|
+
declare const useEnsEvents: <Mapped = readonly {
|
|
9
7
|
readonly protocol: "v1" | "v2";
|
|
10
8
|
readonly raw: {
|
|
11
9
|
readonly topics: readonly `0x${string}`[];
|
|
12
10
|
readonly data: `0x${string}`;
|
|
13
11
|
readonly args: unknown;
|
|
14
12
|
};
|
|
15
|
-
readonly
|
|
13
|
+
readonly blockNumber: bigint | null;
|
|
14
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
15
|
+
readonly transactionHash: `0x${string}` | null;
|
|
16
|
+
readonly contract: `0x${string}`;
|
|
16
17
|
readonly transactionIndex: number | null;
|
|
17
18
|
readonly logIndex: number | null;
|
|
18
|
-
readonly contractKind: "registry" | "
|
|
19
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
19
20
|
readonly eventName: string;
|
|
20
|
-
readonly contract: `0x${string}`;
|
|
21
21
|
readonly removed: boolean;
|
|
22
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
23
22
|
readonly to?: `0x${string}` | undefined;
|
|
24
|
-
readonly
|
|
25
|
-
readonly owner?: `0x${string}` | undefined;
|
|
26
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
23
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
27
24
|
readonly tokenId?: bigint | undefined;
|
|
28
|
-
readonly
|
|
25
|
+
readonly owner?: `0x${string}` | undefined;
|
|
26
|
+
readonly from?: `0x${string}` | undefined;
|
|
29
27
|
readonly label?: string | undefined;
|
|
28
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
30
29
|
readonly node?: `0x${string}` | undefined;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
readonly transactionHash: `0x${string}` | null;
|
|
30
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
31
|
+
}[]>(input: UseEnsAtomParameters<import("@ensforge/core").GetEnsEventsParameters, readonly {
|
|
34
32
|
readonly protocol: "v1" | "v2";
|
|
35
33
|
readonly raw: {
|
|
36
34
|
readonly topics: readonly `0x${string}`[];
|
|
37
35
|
readonly data: `0x${string}`;
|
|
38
36
|
readonly args: unknown;
|
|
39
37
|
};
|
|
40
|
-
readonly
|
|
38
|
+
readonly blockNumber: bigint | null;
|
|
39
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
40
|
+
readonly transactionHash: `0x${string}` | null;
|
|
41
|
+
readonly contract: `0x${string}`;
|
|
41
42
|
readonly transactionIndex: number | null;
|
|
42
43
|
readonly logIndex: number | null;
|
|
43
|
-
readonly contractKind: "registry" | "
|
|
44
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
44
45
|
readonly eventName: string;
|
|
45
|
-
readonly contract: `0x${string}`;
|
|
46
46
|
readonly removed: boolean;
|
|
47
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
48
47
|
readonly to?: `0x${string}` | undefined;
|
|
49
|
-
readonly
|
|
50
|
-
readonly owner?: `0x${string}` | undefined;
|
|
51
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
48
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
52
49
|
readonly tokenId?: bigint | undefined;
|
|
53
|
-
readonly
|
|
50
|
+
readonly owner?: `0x${string}` | undefined;
|
|
51
|
+
readonly from?: `0x${string}` | undefined;
|
|
54
52
|
readonly label?: string | undefined;
|
|
53
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
55
54
|
readonly node?: `0x${string}` | undefined;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
readonly transactionHash: `0x${string}` | null;
|
|
55
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
56
|
+
}[], import("@ensforge/core").GetEnsEventsError, Mapped>) => EnsAtomResult<Mapped, import("@ensforge/core").GetEnsEventsError>;
|
|
57
|
+
declare const useEnsEventsSuspense: <Mapped = readonly {
|
|
60
58
|
readonly protocol: "v1" | "v2";
|
|
61
59
|
readonly raw: {
|
|
62
60
|
readonly topics: readonly `0x${string}`[];
|
|
63
61
|
readonly data: `0x${string}`;
|
|
64
62
|
readonly args: unknown;
|
|
65
63
|
};
|
|
66
|
-
readonly
|
|
64
|
+
readonly blockNumber: bigint | null;
|
|
65
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
66
|
+
readonly transactionHash: `0x${string}` | null;
|
|
67
|
+
readonly contract: `0x${string}`;
|
|
67
68
|
readonly transactionIndex: number | null;
|
|
68
69
|
readonly logIndex: number | null;
|
|
69
|
-
readonly contractKind: "registry" | "
|
|
70
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
70
71
|
readonly eventName: string;
|
|
71
|
-
readonly contract: `0x${string}`;
|
|
72
72
|
readonly removed: boolean;
|
|
73
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
74
73
|
readonly to?: `0x${string}` | undefined;
|
|
75
|
-
readonly
|
|
76
|
-
readonly owner?: `0x${string}` | undefined;
|
|
77
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
74
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
78
75
|
readonly tokenId?: bigint | undefined;
|
|
79
|
-
readonly
|
|
76
|
+
readonly owner?: `0x${string}` | undefined;
|
|
77
|
+
readonly from?: `0x${string}` | undefined;
|
|
80
78
|
readonly label?: string | undefined;
|
|
79
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
81
80
|
readonly node?: `0x${string}` | undefined;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
readonly transactionHash: `0x${string}` | null;
|
|
81
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
82
|
+
}[]>(input: UseEnsSuspenseAtomParameters<import("@ensforge/core").GetEnsEventsParameters, readonly {
|
|
85
83
|
readonly protocol: "v1" | "v2";
|
|
86
84
|
readonly raw: {
|
|
87
85
|
readonly topics: readonly `0x${string}`[];
|
|
88
86
|
readonly data: `0x${string}`;
|
|
89
87
|
readonly args: unknown;
|
|
90
88
|
};
|
|
91
|
-
readonly
|
|
89
|
+
readonly blockNumber: bigint | null;
|
|
90
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
91
|
+
readonly transactionHash: `0x${string}` | null;
|
|
92
|
+
readonly contract: `0x${string}`;
|
|
92
93
|
readonly transactionIndex: number | null;
|
|
93
94
|
readonly logIndex: number | null;
|
|
94
|
-
readonly contractKind: "registry" | "
|
|
95
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
95
96
|
readonly eventName: string;
|
|
96
|
-
readonly contract: `0x${string}`;
|
|
97
97
|
readonly removed: boolean;
|
|
98
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
99
98
|
readonly to?: `0x${string}` | undefined;
|
|
100
|
-
readonly
|
|
101
|
-
readonly owner?: `0x${string}` | undefined;
|
|
102
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
99
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
103
100
|
readonly tokenId?: bigint | undefined;
|
|
104
|
-
readonly
|
|
101
|
+
readonly owner?: `0x${string}` | undefined;
|
|
102
|
+
readonly from?: `0x${string}` | undefined;
|
|
105
103
|
readonly label?: string | undefined;
|
|
104
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
106
105
|
readonly node?: `0x${string}` | undefined;
|
|
107
|
-
}
|
|
108
|
-
|
|
106
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
107
|
+
}[], import("@ensforge/core").GetEnsEventsError, Mapped>) => EnsSuspenseAtomResult<Mapped>;
|
|
108
|
+
declare const useNameHistory: <Mapped = {
|
|
109
109
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
110
110
|
readonly events: readonly {
|
|
111
|
-
readonly blockNumber: bigint | null;
|
|
112
|
-
readonly transactionHash: `0x${string}` | null;
|
|
113
111
|
readonly protocol: "v1" | "v2";
|
|
114
112
|
readonly raw: {
|
|
115
113
|
readonly topics: readonly `0x${string}`[];
|
|
116
114
|
readonly data: `0x${string}`;
|
|
117
115
|
readonly args: unknown;
|
|
118
116
|
};
|
|
119
|
-
readonly
|
|
117
|
+
readonly blockNumber: bigint | null;
|
|
118
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
119
|
+
readonly transactionHash: `0x${string}` | null;
|
|
120
|
+
readonly contract: `0x${string}`;
|
|
120
121
|
readonly transactionIndex: number | null;
|
|
121
122
|
readonly logIndex: number | null;
|
|
122
|
-
readonly contractKind: "registry" | "
|
|
123
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
123
124
|
readonly eventName: string;
|
|
124
|
-
readonly contract: `0x${string}`;
|
|
125
125
|
readonly removed: boolean;
|
|
126
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
127
126
|
readonly to?: `0x${string}` | undefined;
|
|
128
|
-
readonly
|
|
129
|
-
readonly owner?: `0x${string}` | undefined;
|
|
130
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
127
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
131
128
|
readonly tokenId?: bigint | undefined;
|
|
132
|
-
readonly
|
|
129
|
+
readonly owner?: `0x${string}` | undefined;
|
|
130
|
+
readonly from?: `0x${string}` | undefined;
|
|
133
131
|
readonly label?: string | undefined;
|
|
132
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
134
133
|
readonly node?: `0x${string}` | undefined;
|
|
134
|
+
readonly commitment?: `0x${string}` | 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
|
-
readonly blockNumber: bigint | null;
|
|
140
|
-
readonly transactionHash: `0x${string}` | null;
|
|
141
139
|
readonly protocol: "v1" | "v2";
|
|
142
140
|
readonly raw: {
|
|
143
141
|
readonly topics: readonly `0x${string}`[];
|
|
144
142
|
readonly data: `0x${string}`;
|
|
145
143
|
readonly args: unknown;
|
|
146
144
|
};
|
|
147
|
-
readonly
|
|
145
|
+
readonly blockNumber: bigint | null;
|
|
146
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
147
|
+
readonly transactionHash: `0x${string}` | null;
|
|
148
|
+
readonly contract: `0x${string}`;
|
|
148
149
|
readonly transactionIndex: number | null;
|
|
149
150
|
readonly logIndex: number | null;
|
|
150
|
-
readonly contractKind: "registry" | "
|
|
151
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
151
152
|
readonly eventName: string;
|
|
152
|
-
readonly contract: `0x${string}`;
|
|
153
153
|
readonly removed: boolean;
|
|
154
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
155
154
|
readonly to?: `0x${string}` | undefined;
|
|
156
|
-
readonly
|
|
157
|
-
readonly owner?: `0x${string}` | undefined;
|
|
158
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
155
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
159
156
|
readonly tokenId?: bigint | undefined;
|
|
160
|
-
readonly
|
|
157
|
+
readonly owner?: `0x${string}` | undefined;
|
|
158
|
+
readonly from?: `0x${string}` | undefined;
|
|
161
159
|
readonly label?: string | undefined;
|
|
160
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
162
161
|
readonly node?: `0x${string}` | undefined;
|
|
162
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
163
163
|
}[];
|
|
164
|
-
},
|
|
165
|
-
declare const useNameHistorySuspense: <
|
|
164
|
+
}, import("@ensforge/core").GetEnsEventsError, Mapped>) => EnsAtomResult<Mapped, import("@ensforge/core").GetEnsEventsError>;
|
|
165
|
+
declare const useNameHistorySuspense: <Mapped = {
|
|
166
166
|
readonly name: string & import("effect/Brand").Brand<"NormalizedName">;
|
|
167
167
|
readonly events: readonly {
|
|
168
|
-
readonly blockNumber: bigint | null;
|
|
169
|
-
readonly transactionHash: `0x${string}` | null;
|
|
170
168
|
readonly protocol: "v1" | "v2";
|
|
171
169
|
readonly raw: {
|
|
172
170
|
readonly topics: readonly `0x${string}`[];
|
|
173
171
|
readonly data: `0x${string}`;
|
|
174
172
|
readonly args: unknown;
|
|
175
173
|
};
|
|
176
|
-
readonly
|
|
174
|
+
readonly blockNumber: bigint | null;
|
|
175
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
176
|
+
readonly transactionHash: `0x${string}` | null;
|
|
177
|
+
readonly contract: `0x${string}`;
|
|
177
178
|
readonly transactionIndex: number | null;
|
|
178
179
|
readonly logIndex: number | null;
|
|
179
|
-
readonly contractKind: "registry" | "
|
|
180
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
180
181
|
readonly eventName: string;
|
|
181
|
-
readonly contract: `0x${string}`;
|
|
182
182
|
readonly removed: boolean;
|
|
183
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
184
183
|
readonly to?: `0x${string}` | undefined;
|
|
185
|
-
readonly
|
|
186
|
-
readonly owner?: `0x${string}` | undefined;
|
|
187
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
184
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
188
185
|
readonly tokenId?: bigint | undefined;
|
|
189
|
-
readonly
|
|
186
|
+
readonly owner?: `0x${string}` | undefined;
|
|
187
|
+
readonly from?: `0x${string}` | undefined;
|
|
190
188
|
readonly label?: string | undefined;
|
|
189
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
191
190
|
readonly node?: `0x${string}` | undefined;
|
|
191
|
+
readonly commitment?: `0x${string}` | 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
|
-
readonly blockNumber: bigint | null;
|
|
197
|
-
readonly transactionHash: `0x${string}` | null;
|
|
198
196
|
readonly protocol: "v1" | "v2";
|
|
199
197
|
readonly raw: {
|
|
200
198
|
readonly topics: readonly `0x${string}`[];
|
|
201
199
|
readonly data: `0x${string}`;
|
|
202
200
|
readonly args: unknown;
|
|
203
201
|
};
|
|
204
|
-
readonly
|
|
202
|
+
readonly blockNumber: bigint | null;
|
|
203
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
204
|
+
readonly transactionHash: `0x${string}` | null;
|
|
205
|
+
readonly contract: `0x${string}`;
|
|
205
206
|
readonly transactionIndex: number | null;
|
|
206
207
|
readonly logIndex: number | null;
|
|
207
|
-
readonly contractKind: "registry" | "
|
|
208
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
208
209
|
readonly eventName: string;
|
|
209
|
-
readonly contract: `0x${string}`;
|
|
210
210
|
readonly removed: boolean;
|
|
211
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
212
211
|
readonly to?: `0x${string}` | undefined;
|
|
213
|
-
readonly
|
|
214
|
-
readonly owner?: `0x${string}` | undefined;
|
|
215
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
212
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
216
213
|
readonly tokenId?: bigint | undefined;
|
|
217
|
-
readonly
|
|
214
|
+
readonly owner?: `0x${string}` | undefined;
|
|
215
|
+
readonly from?: `0x${string}` | undefined;
|
|
218
216
|
readonly label?: string | undefined;
|
|
217
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
219
218
|
readonly node?: `0x${string}` | undefined;
|
|
219
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
220
220
|
}[];
|
|
221
|
-
},
|
|
222
|
-
declare const useWatchEnsEvents: <
|
|
223
|
-
readonly blockNumber: bigint | null;
|
|
224
|
-
readonly transactionHash: `0x${string}` | null;
|
|
221
|
+
}, import("@ensforge/core").GetEnsEventsError, Mapped>) => EnsSuspenseAtomResult<Mapped>;
|
|
222
|
+
declare const useWatchEnsEvents: <Mapped = {
|
|
225
223
|
readonly protocol: "v1" | "v2";
|
|
226
224
|
readonly raw: {
|
|
227
225
|
readonly topics: readonly `0x${string}`[];
|
|
228
226
|
readonly data: `0x${string}`;
|
|
229
227
|
readonly args: unknown;
|
|
230
228
|
};
|
|
231
|
-
readonly
|
|
229
|
+
readonly blockNumber: bigint | null;
|
|
230
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
231
|
+
readonly transactionHash: `0x${string}` | null;
|
|
232
|
+
readonly contract: `0x${string}`;
|
|
232
233
|
readonly transactionIndex: number | null;
|
|
233
234
|
readonly logIndex: number | null;
|
|
234
|
-
readonly contractKind: "registry" | "
|
|
235
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
235
236
|
readonly eventName: string;
|
|
236
|
-
readonly contract: `0x${string}`;
|
|
237
237
|
readonly removed: boolean;
|
|
238
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
239
238
|
readonly to?: `0x${string}` | undefined;
|
|
240
|
-
readonly
|
|
241
|
-
readonly owner?: `0x${string}` | undefined;
|
|
242
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
239
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
243
240
|
readonly tokenId?: bigint | undefined;
|
|
244
|
-
readonly
|
|
241
|
+
readonly owner?: `0x${string}` | undefined;
|
|
242
|
+
readonly from?: `0x${string}` | undefined;
|
|
245
243
|
readonly label?: string | undefined;
|
|
244
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
246
245
|
readonly node?: `0x${string}` | undefined;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
readonly transactionHash: `0x${string}` | null;
|
|
246
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
247
|
+
}>(input: UseEnsAtomParameters<import("@ensforge/core").WatchEnsEventsParameters, {
|
|
250
248
|
readonly protocol: "v1" | "v2";
|
|
251
249
|
readonly raw: {
|
|
252
250
|
readonly topics: readonly `0x${string}`[];
|
|
253
251
|
readonly data: `0x${string}`;
|
|
254
252
|
readonly args: unknown;
|
|
255
253
|
};
|
|
256
|
-
readonly
|
|
254
|
+
readonly blockNumber: bigint | null;
|
|
255
|
+
readonly kind: "migration" | "resolver" | "manager" | "commitment" | "records" | "ownership" | "registration" | "renewal" | "subname" | "other";
|
|
256
|
+
readonly transactionHash: `0x${string}` | null;
|
|
257
|
+
readonly contract: `0x${string}`;
|
|
257
258
|
readonly transactionIndex: number | null;
|
|
258
259
|
readonly logIndex: number | null;
|
|
259
|
-
readonly contractKind: "registry" | "
|
|
260
|
+
readonly contractKind: "registry" | "resolver" | "registrar" | "name-wrapper" | "migration-controller";
|
|
260
261
|
readonly eventName: string;
|
|
261
|
-
readonly contract: `0x${string}`;
|
|
262
262
|
readonly removed: boolean;
|
|
263
|
-
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
264
263
|
readonly to?: `0x${string}` | undefined;
|
|
265
|
-
readonly
|
|
266
|
-
readonly owner?: `0x${string}` | undefined;
|
|
267
|
-
readonly resolver?: `0x${string}` | undefined;
|
|
264
|
+
readonly name?: (string & import("effect/Brand").Brand<"NormalizedName">) | undefined;
|
|
268
265
|
readonly tokenId?: bigint | undefined;
|
|
269
|
-
readonly
|
|
266
|
+
readonly owner?: `0x${string}` | undefined;
|
|
267
|
+
readonly from?: `0x${string}` | undefined;
|
|
270
268
|
readonly label?: string | undefined;
|
|
269
|
+
readonly resolver?: `0x${string}` | undefined;
|
|
271
270
|
readonly node?: `0x${string}` | undefined;
|
|
272
|
-
|
|
271
|
+
readonly commitment?: `0x${string}` | undefined;
|
|
272
|
+
}, import("effect/Cause").NoSuchElementError | import("@ensforge/core").GetEnsEventsError, Mapped>) => EnsAtomResult<Mapped, import("effect/Cause").NoSuchElementError | import("@ensforge/core").GetEnsEventsError>;
|
|
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,mBAAA,YAAA,cAAA,iCAAA;cAC9C,uBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;YAA0C;;;;;;;;;;;;;;;;;;;;;;;;;8BAAA,mBAAA,YAAA,sBAAA;cAC9D,iBAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAA,mBAAA,YAAA,cAAA,iCAAA;cAClD,yBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAA,mBAAA,YAAA,sBAAA;cAClE,oBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;UAAoC;;;;;;;;;;;;;;;;;;;;;;;;;0BAAA,8CAAA,mBAAA,YAAA,cAAA,+BAAA,8CAAA"}
|
package/dist/hooks/generic.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { UseEnsAtomParameters } from "../query/options.js";
|
|
1
2
|
import { ReadBatchAtomParameters } from "../atoms/generic.js";
|
|
2
|
-
import {
|
|
3
|
-
import { EnsQueryResult } from "../query/result.js";
|
|
3
|
+
import { EnsAtomResult } from "../query/result.js";
|
|
4
4
|
import { EnsReadRequest, GetRecordsError, GetRecordsParameters, GetRecordsResult, GetRecordsSelection, ReadBatchError, ReadBatchResult, ReadBatchSettledResult, RpcError } from "@ensforge/sdk";
|
|
5
5
|
//#region src/hooks/generic.d.ts
|
|
6
6
|
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:
|
|
7
|
+
declare const useRecords: <const Selection extends GetRecordsSelection, Selected = GetRecordsResult<Selection>>(input: UseEnsAtomParameters<GetRecordsParameters<Selection>, GetRecordsResult<Selection>, GetRecordsError, Selected>) => EnsAtomResult<Selected, GetRecordsError>;
|
|
8
|
+
declare const useReadBatch: <const Requests extends ReadRequests, Selected = ReadBatchResult<Requests>>(input: UseEnsAtomParameters<ReadBatchAtomParameters<Requests>, ReadBatchResult<Requests>, ReadBatchError<Requests>, Selected>) => EnsAtomResult<Selected, ReadBatchError<Requests>>;
|
|
9
|
+
declare const useReadBatchSettled: <const Requests extends ReadRequests, Selected = ReadBatchSettledResult<Requests>>(input: UseEnsAtomParameters<ReadBatchAtomParameters<Requests>, ReadBatchSettledResult<Requests>, RpcError, Selected>) => EnsAtomResult<Selected, RpcError>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { useReadBatch, useReadBatchSettled, useRecords };
|
|
12
12
|
//# sourceMappingURL=generic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic.d.ts","names":[],"sources":["../../src/hooks/generic.ts"],"mappings":";;;;;KAwBK,eAAe,SAAS,eAAe;cAE/B,mBACL,kBAAkB,qBACxB,WAAW,iBAAiB,YAE5B,OAAO,
|
|
1
|
+
{"version":3,"file":"generic.d.ts","names":[],"sources":["../../src/hooks/generic.ts"],"mappings":";;;;;KAwBK,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 EnsReadRequest,\n GetRecordsError,\n GetRecordsParameters,\n GetRecordsResult,\n GetRecordsSelection,\n ReadBatchError,\n ReadBatchResult,\n ReadBatchSettledResult,\n RpcError,\n} from \"@ensforge/sdk\";\n\nimport {\n getRecordsAtom,\n readBatchAtom,\n readBatchSettledAtom,\n type ReadBatchAtomParameters,\n} from \"../atoms/generic.js\";\nimport type {
|
|
1
|
+
{"version":3,"file":"generic.js","names":[],"sources":["../../src/hooks/generic.ts"],"sourcesContent":["\"use client\";\n\nimport type {\n EnsReadRequest,\n GetRecordsError,\n GetRecordsParameters,\n GetRecordsResult,\n GetRecordsSelection,\n ReadBatchError,\n ReadBatchResult,\n ReadBatchSettledResult,\n RpcError,\n} from \"@ensforge/sdk\";\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":";;;;;;AA0BA,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 };
|