@seedprotocol/publish 0.4.8
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 +75 -0
- package/dist/config.d.ts +40 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/helpers/blockchain.d.ts +3 -0
- package/dist/helpers/blockchain.d.ts.map +1 -0
- package/dist/helpers/constants.d.ts +16 -0
- package/dist/helpers/constants.d.ts.map +1 -0
- package/dist/helpers/debugLog.d.ts +7 -0
- package/dist/helpers/debugLog.d.ts.map +1 -0
- package/dist/helpers/easDirect.d.ts +91 -0
- package/dist/helpers/easDirect.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/0x043462304114da543add6b693c686b7d98865f3e.d.ts +565 -0
- package/dist/helpers/thirdweb/11155420/0x043462304114da543add6b693c686b7d98865f3e.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/0x67a4881391ad8b1f197c6bf7a556d70f87c3a786.d.ts +1586 -0
- package/dist/helpers/thirdweb/11155420/0x67a4881391ad8b1f197c6bf7a556d70f87c3a786.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/0x76f47d88bfaf670f5208911181fcdc0e160cb16d.d.ts +2878 -0
- package/dist/helpers/thirdweb/11155420/0x76f47d88bfaf670f5208911181fcdc0e160cb16d.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/0xa2b8315fd0f31c334be1b137d9e0ffbb3f200e57.d.ts +2 -0
- package/dist/helpers/thirdweb/11155420/0xa2b8315fd0f31c334be1b137d9e0ffbb3f200e57.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/0xcd8c945872df8e664e55cf8885c85ea3ea8f2148.d.ts +1617 -0
- package/dist/helpers/thirdweb/11155420/0xcd8c945872df8e664e55cf8885c85ea3ea8f2148.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/nameSchemaAttestation.d.ts +45 -0
- package/dist/helpers/thirdweb/11155420/nameSchemaAttestation.d.ts.map +1 -0
- package/dist/helpers/thirdweb/11155420/schemaRegistry.d.ts +145 -0
- package/dist/helpers/thirdweb/11155420/schemaRegistry.d.ts.map +1 -0
- package/dist/helpers/thirdweb.d.ts +40 -0
- package/dist/helpers/thirdweb.d.ts.map +1 -0
- package/dist/helpers/transformPayloadToIntegerIds.d.ts +34 -0
- package/dist/helpers/transformPayloadToIntegerIds.d.ts.map +1 -0
- package/dist/helpers/uploadApi.d.ts +30 -0
- package/dist/helpers/uploadApi.d.ts.map +1 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11733 -0
- package/dist/index.js.map +1 -0
- package/dist/react/ConnectButton.d.ts +4 -0
- package/dist/react/ConnectButton.d.ts.map +1 -0
- package/dist/react/PublishProvider.d.ts +19 -0
- package/dist/react/PublishProvider.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/addSubscription.d.ts +2 -0
- package/dist/services/PublishManager/actions/addSubscription.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/createPublish.d.ts +2 -0
- package/dist/services/PublishManager/actions/createPublish.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/publishDone.d.ts +2 -0
- package/dist/services/PublishManager/actions/publishDone.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/query.d.ts +2 -0
- package/dist/services/PublishManager/actions/query.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/removeSubscription.d.ts +2 -0
- package/dist/services/PublishManager/actions/removeSubscription.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/requestSavePublish.d.ts +2 -0
- package/dist/services/PublishManager/actions/requestSavePublish.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/stopAll.d.ts +2 -0
- package/dist/services/PublishManager/actions/stopAll.d.ts.map +1 -0
- package/dist/services/PublishManager/actions/stopPublish.d.ts +2 -0
- package/dist/services/PublishManager/actions/stopPublish.d.ts.map +1 -0
- package/dist/services/PublishManager/actors/activeRouter.d.ts +3 -0
- package/dist/services/PublishManager/actors/activeRouter.d.ts.map +1 -0
- package/dist/services/PublishManager/actors/restoreFromDb.d.ts +3 -0
- package/dist/services/PublishManager/actors/restoreFromDb.d.ts.map +1 -0
- package/dist/services/PublishManager/actors/savePublish.d.ts +6 -0
- package/dist/services/PublishManager/actors/savePublish.d.ts.map +1 -0
- package/dist/services/PublishManager/actors/subscribe.d.ts +3 -0
- package/dist/services/PublishManager/actors/subscribe.d.ts.map +1 -0
- package/dist/services/PublishManager/index.d.ts +82 -0
- package/dist/services/PublishManager/index.d.ts.map +1 -0
- package/dist/services/configService.d.ts +15 -0
- package/dist/services/configService.d.ts.map +1 -0
- package/dist/services/publish/actors/checking.d.ts +9 -0
- package/dist/services/publish/actors/checking.d.ts.map +1 -0
- package/dist/services/publish/actors/createAttestationsDirectToEas.d.ts +6 -0
- package/dist/services/publish/actors/createAttestationsDirectToEas.d.ts.map +1 -0
- package/dist/services/publish/actors/persistSeedUid.d.ts +11 -0
- package/dist/services/publish/actors/persistSeedUid.d.ts.map +1 -0
- package/dist/services/publish/actors.d.ts +31 -0
- package/dist/services/publish/actors.d.ts.map +1 -0
- package/dist/services/publish/helpers/ensureEasSchemas.d.ts +14 -0
- package/dist/services/publish/helpers/ensureEasSchemas.d.ts.map +1 -0
- package/dist/services/publish/helpers/getSchemasNeedingNameAttestation.d.ts +17 -0
- package/dist/services/publish/helpers/getSchemasNeedingNameAttestation.d.ts.map +1 -0
- package/dist/services/publish/helpers/itemNeedsArweave.d.ts +16 -0
- package/dist/services/publish/helpers/itemNeedsArweave.d.ts.map +1 -0
- package/dist/services/publish/index.d.ts +116 -0
- package/dist/services/publish/index.d.ts.map +1 -0
- package/dist/services/publish/seeds.d.ts +2 -0
- package/dist/services/publish/seeds.d.ts.map +1 -0
- package/dist/services/publish/utils.d.ts +18 -0
- package/dist/services/publish/utils.d.ts.map +1 -0
- package/dist/services/publish/versions.d.ts +3 -0
- package/dist/services/publish/versions.d.ts.map +1 -0
- package/dist/services/shared.d.ts +7 -0
- package/dist/services/shared.d.ts.map +1 -0
- package/dist/services/upload/actors.d.ts +8 -0
- package/dist/services/upload/actors.d.ts.map +1 -0
- package/dist/services/upload/index.d.ts +2 -0
- package/dist/services/upload/index.d.ts.map +1 -0
- package/dist/services/upload/utils.d.ts +19 -0
- package/dist/services/upload/utils.d.ts.map +1 -0
- package/dist/types.d.ts +49 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +54 -0
|
@@ -0,0 +1,565 @@
|
|
|
1
|
+
import { type BaseTransactionOptions, type AbiParameterToPrimitiveType } from "thirdweb";
|
|
2
|
+
/**
|
|
3
|
+
* Contract events
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Creates an event object for the CreatedAttestation event.
|
|
7
|
+
* @returns The prepared event object.
|
|
8
|
+
* @example
|
|
9
|
+
* ```
|
|
10
|
+
* import { getContractEvents } from "thirdweb";
|
|
11
|
+
* import { createdAttestationEvent } from "TODO";
|
|
12
|
+
*
|
|
13
|
+
* const events = await getContractEvents({
|
|
14
|
+
* contract,
|
|
15
|
+
* events: [
|
|
16
|
+
* createdAttestationEvent()
|
|
17
|
+
* ],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function createdAttestationEvent(): import("thirdweb").PreparedEvent<{
|
|
22
|
+
readonly name: "CreatedAttestation";
|
|
23
|
+
readonly type: "event";
|
|
24
|
+
readonly inputs: readonly [{
|
|
25
|
+
readonly type: "tuple";
|
|
26
|
+
readonly components: readonly [{
|
|
27
|
+
readonly type: "bytes32";
|
|
28
|
+
readonly name: "schemaUid";
|
|
29
|
+
}, {
|
|
30
|
+
readonly type: "bytes32";
|
|
31
|
+
readonly name: "attestationUid";
|
|
32
|
+
}];
|
|
33
|
+
readonly name: "result";
|
|
34
|
+
}];
|
|
35
|
+
}>;
|
|
36
|
+
/**
|
|
37
|
+
* Represents the filters for the "ModuleInitialized" event.
|
|
38
|
+
*/
|
|
39
|
+
export type ModuleInitializedEventFilters = Partial<{
|
|
40
|
+
account: AbiParameterToPrimitiveType<{
|
|
41
|
+
"indexed": true;
|
|
42
|
+
"internalType": "address";
|
|
43
|
+
"name": "account";
|
|
44
|
+
"type": "address";
|
|
45
|
+
}>;
|
|
46
|
+
eas: AbiParameterToPrimitiveType<{
|
|
47
|
+
"indexed": true;
|
|
48
|
+
"internalType": "address";
|
|
49
|
+
"name": "eas";
|
|
50
|
+
"type": "address";
|
|
51
|
+
}>;
|
|
52
|
+
}>;
|
|
53
|
+
/**
|
|
54
|
+
* Creates an event object for the ModuleInitialized event.
|
|
55
|
+
* @param filters - Optional filters to apply to the event.
|
|
56
|
+
* @returns The prepared event object.
|
|
57
|
+
* @example
|
|
58
|
+
* ```
|
|
59
|
+
* import { getContractEvents } from "thirdweb";
|
|
60
|
+
* import { moduleInitializedEvent } from "TODO";
|
|
61
|
+
*
|
|
62
|
+
* const events = await getContractEvents({
|
|
63
|
+
* contract,
|
|
64
|
+
* events: [
|
|
65
|
+
* moduleInitializedEvent({
|
|
66
|
+
* account: ...,
|
|
67
|
+
* eas: ...,
|
|
68
|
+
* })
|
|
69
|
+
* ],
|
|
70
|
+
* });
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
export declare function moduleInitializedEvent(filters?: ModuleInitializedEventFilters): import("thirdweb").PreparedEvent<{
|
|
74
|
+
readonly name: "ModuleInitialized";
|
|
75
|
+
readonly type: "event";
|
|
76
|
+
readonly inputs: readonly [{
|
|
77
|
+
readonly type: "address";
|
|
78
|
+
readonly name: "account";
|
|
79
|
+
readonly indexed: true;
|
|
80
|
+
}, {
|
|
81
|
+
readonly type: "address";
|
|
82
|
+
readonly name: "eas";
|
|
83
|
+
readonly indexed: true;
|
|
84
|
+
}];
|
|
85
|
+
}>;
|
|
86
|
+
/**
|
|
87
|
+
* Represents the filters for the "ModuleUninitialized" event.
|
|
88
|
+
*/
|
|
89
|
+
export type ModuleUninitializedEventFilters = Partial<{
|
|
90
|
+
account: AbiParameterToPrimitiveType<{
|
|
91
|
+
"indexed": true;
|
|
92
|
+
"internalType": "address";
|
|
93
|
+
"name": "account";
|
|
94
|
+
"type": "address";
|
|
95
|
+
}>;
|
|
96
|
+
}>;
|
|
97
|
+
/**
|
|
98
|
+
* Creates an event object for the ModuleUninitialized event.
|
|
99
|
+
* @param filters - Optional filters to apply to the event.
|
|
100
|
+
* @returns The prepared event object.
|
|
101
|
+
* @example
|
|
102
|
+
* ```
|
|
103
|
+
* import { getContractEvents } from "thirdweb";
|
|
104
|
+
* import { moduleUninitializedEvent } from "TODO";
|
|
105
|
+
*
|
|
106
|
+
* const events = await getContractEvents({
|
|
107
|
+
* contract,
|
|
108
|
+
* events: [
|
|
109
|
+
* moduleUninitializedEvent({
|
|
110
|
+
* account: ...,
|
|
111
|
+
* })
|
|
112
|
+
* ],
|
|
113
|
+
* });
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
116
|
+
export declare function moduleUninitializedEvent(filters?: ModuleUninitializedEventFilters): import("thirdweb").PreparedEvent<{
|
|
117
|
+
readonly name: "ModuleUninitialized";
|
|
118
|
+
readonly type: "event";
|
|
119
|
+
readonly inputs: readonly [{
|
|
120
|
+
readonly type: "address";
|
|
121
|
+
readonly name: "account";
|
|
122
|
+
readonly indexed: true;
|
|
123
|
+
}];
|
|
124
|
+
}>;
|
|
125
|
+
/**
|
|
126
|
+
* Creates an event object for the SeedPublished event.
|
|
127
|
+
* @returns The prepared event object.
|
|
128
|
+
* @example
|
|
129
|
+
* ```
|
|
130
|
+
* import { getContractEvents } from "thirdweb";
|
|
131
|
+
* import { seedPublishedEvent } from "TODO";
|
|
132
|
+
*
|
|
133
|
+
* const events = await getContractEvents({
|
|
134
|
+
* contract,
|
|
135
|
+
* events: [
|
|
136
|
+
* seedPublishedEvent()
|
|
137
|
+
* ],
|
|
138
|
+
* });
|
|
139
|
+
* ```
|
|
140
|
+
*/
|
|
141
|
+
export declare function seedPublishedEvent(): import("thirdweb").PreparedEvent<{
|
|
142
|
+
readonly name: "SeedPublished";
|
|
143
|
+
readonly type: "event";
|
|
144
|
+
readonly inputs: readonly [{
|
|
145
|
+
readonly type: "bytes32";
|
|
146
|
+
readonly name: "seedUid";
|
|
147
|
+
}, {
|
|
148
|
+
readonly type: "bytes32";
|
|
149
|
+
readonly name: "versionUid";
|
|
150
|
+
}];
|
|
151
|
+
}>;
|
|
152
|
+
/**
|
|
153
|
+
* Contract read functions
|
|
154
|
+
*/
|
|
155
|
+
/**
|
|
156
|
+
* Represents the parameters for the "getEAS" function.
|
|
157
|
+
*/
|
|
158
|
+
export type GetEASParams = {
|
|
159
|
+
account: AbiParameterToPrimitiveType<{
|
|
160
|
+
"internalType": "address";
|
|
161
|
+
"name": "account";
|
|
162
|
+
"type": "address";
|
|
163
|
+
}>;
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* Calls the "getEAS" function on the contract.
|
|
167
|
+
* @param options - The options for the getEAS function.
|
|
168
|
+
* @returns The parsed result of the function call.
|
|
169
|
+
* @example
|
|
170
|
+
* ```
|
|
171
|
+
* import { getEAS } from "TODO";
|
|
172
|
+
*
|
|
173
|
+
* const result = await getEAS({
|
|
174
|
+
* account: ...,
|
|
175
|
+
* });
|
|
176
|
+
*
|
|
177
|
+
* ```
|
|
178
|
+
*/
|
|
179
|
+
export declare function getEAS(options: BaseTransactionOptions<GetEASParams>): Promise<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Represents the parameters for the "isInitialized" function.
|
|
182
|
+
*/
|
|
183
|
+
export type IsInitializedParams = {
|
|
184
|
+
account: AbiParameterToPrimitiveType<{
|
|
185
|
+
"internalType": "address";
|
|
186
|
+
"name": "account";
|
|
187
|
+
"type": "address";
|
|
188
|
+
}>;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* Calls the "isInitialized" function on the contract.
|
|
192
|
+
* @param options - The options for the isInitialized function.
|
|
193
|
+
* @returns The parsed result of the function call.
|
|
194
|
+
* @example
|
|
195
|
+
* ```
|
|
196
|
+
* import { isInitialized } from "TODO";
|
|
197
|
+
*
|
|
198
|
+
* const result = await isInitialized({
|
|
199
|
+
* account: ...,
|
|
200
|
+
* });
|
|
201
|
+
*
|
|
202
|
+
* ```
|
|
203
|
+
*/
|
|
204
|
+
export declare function isInitialized(options: BaseTransactionOptions<IsInitializedParams>): Promise<boolean>;
|
|
205
|
+
/**
|
|
206
|
+
* Represents the parameters for the "isModuleType" function.
|
|
207
|
+
*/
|
|
208
|
+
export type IsModuleTypeParams = {
|
|
209
|
+
moduleTypeId: AbiParameterToPrimitiveType<{
|
|
210
|
+
"internalType": "uint256";
|
|
211
|
+
"name": "moduleTypeId";
|
|
212
|
+
"type": "uint256";
|
|
213
|
+
}>;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Calls the "isModuleType" function on the contract.
|
|
217
|
+
* @param options - The options for the isModuleType function.
|
|
218
|
+
* @returns The parsed result of the function call.
|
|
219
|
+
* @example
|
|
220
|
+
* ```
|
|
221
|
+
* import { isModuleType } from "TODO";
|
|
222
|
+
*
|
|
223
|
+
* const result = await isModuleType({
|
|
224
|
+
* moduleTypeId: ...,
|
|
225
|
+
* });
|
|
226
|
+
*
|
|
227
|
+
* ```
|
|
228
|
+
*/
|
|
229
|
+
export declare function isModuleType(options: BaseTransactionOptions<IsModuleTypeParams>): Promise<boolean>;
|
|
230
|
+
/**
|
|
231
|
+
* Contract write functions
|
|
232
|
+
*/
|
|
233
|
+
/**
|
|
234
|
+
* Represents the parameters for the "createSeed" function.
|
|
235
|
+
*/
|
|
236
|
+
export type CreateSeedParams = {
|
|
237
|
+
schemaUid: AbiParameterToPrimitiveType<{
|
|
238
|
+
"internalType": "bytes32";
|
|
239
|
+
"name": "schemaUid";
|
|
240
|
+
"type": "bytes32";
|
|
241
|
+
}>;
|
|
242
|
+
revocable: AbiParameterToPrimitiveType<{
|
|
243
|
+
"internalType": "bool";
|
|
244
|
+
"name": "revocable";
|
|
245
|
+
"type": "bool";
|
|
246
|
+
}>;
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* Calls the "createSeed" function on the contract.
|
|
250
|
+
* @param options - The options for the "createSeed" function.
|
|
251
|
+
* @returns A prepared transaction object.
|
|
252
|
+
* @example
|
|
253
|
+
* ```
|
|
254
|
+
* import { createSeed } from "TODO";
|
|
255
|
+
*
|
|
256
|
+
* const transaction = createSeed({
|
|
257
|
+
* schemaUid: ...,
|
|
258
|
+
* revocable: ...,
|
|
259
|
+
* });
|
|
260
|
+
*
|
|
261
|
+
* // Send the transaction
|
|
262
|
+
* ...
|
|
263
|
+
*
|
|
264
|
+
* ```
|
|
265
|
+
*/
|
|
266
|
+
export declare function createSeed(options: BaseTransactionOptions<CreateSeedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
267
|
+
/**
|
|
268
|
+
* Represents the parameters for the "createVersion" function.
|
|
269
|
+
*/
|
|
270
|
+
export type CreateVersionParams = {
|
|
271
|
+
seedUid: AbiParameterToPrimitiveType<{
|
|
272
|
+
"internalType": "bytes32";
|
|
273
|
+
"name": "seedUid";
|
|
274
|
+
"type": "bytes32";
|
|
275
|
+
}>;
|
|
276
|
+
versionSchemaUid: AbiParameterToPrimitiveType<{
|
|
277
|
+
"internalType": "bytes32";
|
|
278
|
+
"name": "versionSchemaUid";
|
|
279
|
+
"type": "bytes32";
|
|
280
|
+
}>;
|
|
281
|
+
};
|
|
282
|
+
/**
|
|
283
|
+
* Calls the "createVersion" function on the contract.
|
|
284
|
+
* @param options - The options for the "createVersion" function.
|
|
285
|
+
* @returns A prepared transaction object.
|
|
286
|
+
* @example
|
|
287
|
+
* ```
|
|
288
|
+
* import { createVersion } from "TODO";
|
|
289
|
+
*
|
|
290
|
+
* const transaction = createVersion({
|
|
291
|
+
* seedUid: ...,
|
|
292
|
+
* versionSchemaUid: ...,
|
|
293
|
+
* });
|
|
294
|
+
*
|
|
295
|
+
* // Send the transaction
|
|
296
|
+
* ...
|
|
297
|
+
*
|
|
298
|
+
* ```
|
|
299
|
+
*/
|
|
300
|
+
export declare function createVersion(options: BaseTransactionOptions<CreateVersionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
301
|
+
/**
|
|
302
|
+
* Represents the parameters for the "multiPublish" function.
|
|
303
|
+
*/
|
|
304
|
+
export type MultiPublishParams = {
|
|
305
|
+
requests: AbiParameterToPrimitiveType<{
|
|
306
|
+
"components": [{
|
|
307
|
+
"internalType": "string";
|
|
308
|
+
"name": "localId";
|
|
309
|
+
"type": "string";
|
|
310
|
+
}, {
|
|
311
|
+
"internalType": "bytes32";
|
|
312
|
+
"name": "seedUid";
|
|
313
|
+
"type": "bytes32";
|
|
314
|
+
}, {
|
|
315
|
+
"internalType": "bytes32";
|
|
316
|
+
"name": "versionUid";
|
|
317
|
+
"type": "bytes32";
|
|
318
|
+
}, {
|
|
319
|
+
"internalType": "bytes32";
|
|
320
|
+
"name": "seedSchemaUid";
|
|
321
|
+
"type": "bytes32";
|
|
322
|
+
}, {
|
|
323
|
+
"internalType": "bytes32";
|
|
324
|
+
"name": "versionSchemaUid";
|
|
325
|
+
"type": "bytes32";
|
|
326
|
+
}, {
|
|
327
|
+
"internalType": "bool";
|
|
328
|
+
"name": "seedIsRevocable";
|
|
329
|
+
"type": "bool";
|
|
330
|
+
}, {
|
|
331
|
+
"components": [{
|
|
332
|
+
"internalType": "bytes32";
|
|
333
|
+
"name": "schema";
|
|
334
|
+
"type": "bytes32";
|
|
335
|
+
}, {
|
|
336
|
+
"components": [{
|
|
337
|
+
"internalType": "address";
|
|
338
|
+
"name": "recipient";
|
|
339
|
+
"type": "address";
|
|
340
|
+
}, {
|
|
341
|
+
"internalType": "uint64";
|
|
342
|
+
"name": "expirationTime";
|
|
343
|
+
"type": "uint64";
|
|
344
|
+
}, {
|
|
345
|
+
"internalType": "bool";
|
|
346
|
+
"name": "revocable";
|
|
347
|
+
"type": "bool";
|
|
348
|
+
}, {
|
|
349
|
+
"internalType": "bytes32";
|
|
350
|
+
"name": "refUID";
|
|
351
|
+
"type": "bytes32";
|
|
352
|
+
}, {
|
|
353
|
+
"internalType": "bytes";
|
|
354
|
+
"name": "data";
|
|
355
|
+
"type": "bytes";
|
|
356
|
+
}, {
|
|
357
|
+
"internalType": "uint256";
|
|
358
|
+
"name": "value";
|
|
359
|
+
"type": "uint256";
|
|
360
|
+
}];
|
|
361
|
+
"internalType": "struct AttestationRequestData[]";
|
|
362
|
+
"name": "data";
|
|
363
|
+
"type": "tuple[]";
|
|
364
|
+
}];
|
|
365
|
+
"internalType": "struct MultiAttestationRequest[]";
|
|
366
|
+
"name": "listOfAttestations";
|
|
367
|
+
"type": "tuple[]";
|
|
368
|
+
}, {
|
|
369
|
+
"components": [{
|
|
370
|
+
"internalType": "uint256";
|
|
371
|
+
"name": "publishIndex";
|
|
372
|
+
"type": "uint256";
|
|
373
|
+
}, {
|
|
374
|
+
"internalType": "bytes32";
|
|
375
|
+
"name": "propertySchemaUid";
|
|
376
|
+
"type": "bytes32";
|
|
377
|
+
}];
|
|
378
|
+
"internalType": "struct PropertyToUpdateWithSeed[]";
|
|
379
|
+
"name": "propertiesToUpdate";
|
|
380
|
+
"type": "tuple[]";
|
|
381
|
+
}];
|
|
382
|
+
"internalType": "struct PublishRequestData[]";
|
|
383
|
+
"name": "requests";
|
|
384
|
+
"type": "tuple[]";
|
|
385
|
+
}>;
|
|
386
|
+
};
|
|
387
|
+
/**
|
|
388
|
+
* Calls the "multiPublish" function on the contract.
|
|
389
|
+
* @param options - The options for the "multiPublish" function.
|
|
390
|
+
* @returns A prepared transaction object.
|
|
391
|
+
* @example
|
|
392
|
+
* ```
|
|
393
|
+
* import { multiPublish } from "TODO";
|
|
394
|
+
*
|
|
395
|
+
* const transaction = multiPublish({
|
|
396
|
+
* requests: ...,
|
|
397
|
+
* });
|
|
398
|
+
*
|
|
399
|
+
* // Send the transaction
|
|
400
|
+
* ...
|
|
401
|
+
*
|
|
402
|
+
* ```
|
|
403
|
+
*/
|
|
404
|
+
export declare function multiPublish(options: BaseTransactionOptions<MultiPublishParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
405
|
+
/**
|
|
406
|
+
* Represents the parameters for the "onInstall" function.
|
|
407
|
+
*/
|
|
408
|
+
export type OnInstallParams = {
|
|
409
|
+
data: AbiParameterToPrimitiveType<{
|
|
410
|
+
"internalType": "bytes";
|
|
411
|
+
"name": "data";
|
|
412
|
+
"type": "bytes";
|
|
413
|
+
}>;
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* Calls the "onInstall" function on the contract.
|
|
417
|
+
* @param options - The options for the "onInstall" function.
|
|
418
|
+
* @returns A prepared transaction object.
|
|
419
|
+
* @example
|
|
420
|
+
* ```
|
|
421
|
+
* import { onInstall } from "TODO";
|
|
422
|
+
*
|
|
423
|
+
* const transaction = onInstall({
|
|
424
|
+
* data: ...,
|
|
425
|
+
* });
|
|
426
|
+
*
|
|
427
|
+
* // Send the transaction
|
|
428
|
+
* ...
|
|
429
|
+
*
|
|
430
|
+
* ```
|
|
431
|
+
*/
|
|
432
|
+
export declare function onInstall(options: BaseTransactionOptions<OnInstallParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
433
|
+
/**
|
|
434
|
+
* Represents the parameters for the "onUninstall" function.
|
|
435
|
+
*/
|
|
436
|
+
export type OnUninstallParams = {
|
|
437
|
+
arg_0: AbiParameterToPrimitiveType<{
|
|
438
|
+
"internalType": "bytes";
|
|
439
|
+
"name": "";
|
|
440
|
+
"type": "bytes";
|
|
441
|
+
}>;
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* Calls the "onUninstall" function on the contract.
|
|
445
|
+
* @param options - The options for the "onUninstall" function.
|
|
446
|
+
* @returns A prepared transaction object.
|
|
447
|
+
* @example
|
|
448
|
+
* ```
|
|
449
|
+
* import { onUninstall } from "TODO";
|
|
450
|
+
*
|
|
451
|
+
* const transaction = onUninstall({
|
|
452
|
+
* arg_0: ...,
|
|
453
|
+
* });
|
|
454
|
+
*
|
|
455
|
+
* // Send the transaction
|
|
456
|
+
* ...
|
|
457
|
+
*
|
|
458
|
+
* ```
|
|
459
|
+
*/
|
|
460
|
+
export declare function onUninstall(options: BaseTransactionOptions<OnUninstallParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
461
|
+
/**
|
|
462
|
+
* Represents the parameters for the "publish" function.
|
|
463
|
+
*/
|
|
464
|
+
export type PublishParams = {
|
|
465
|
+
request: AbiParameterToPrimitiveType<{
|
|
466
|
+
"components": [{
|
|
467
|
+
"internalType": "string";
|
|
468
|
+
"name": "localId";
|
|
469
|
+
"type": "string";
|
|
470
|
+
}, {
|
|
471
|
+
"internalType": "bytes32";
|
|
472
|
+
"name": "seedUid";
|
|
473
|
+
"type": "bytes32";
|
|
474
|
+
}, {
|
|
475
|
+
"internalType": "bytes32";
|
|
476
|
+
"name": "versionUid";
|
|
477
|
+
"type": "bytes32";
|
|
478
|
+
}, {
|
|
479
|
+
"internalType": "bytes32";
|
|
480
|
+
"name": "seedSchemaUid";
|
|
481
|
+
"type": "bytes32";
|
|
482
|
+
}, {
|
|
483
|
+
"internalType": "bytes32";
|
|
484
|
+
"name": "versionSchemaUid";
|
|
485
|
+
"type": "bytes32";
|
|
486
|
+
}, {
|
|
487
|
+
"internalType": "bool";
|
|
488
|
+
"name": "seedIsRevocable";
|
|
489
|
+
"type": "bool";
|
|
490
|
+
}, {
|
|
491
|
+
"components": [{
|
|
492
|
+
"internalType": "bytes32";
|
|
493
|
+
"name": "schema";
|
|
494
|
+
"type": "bytes32";
|
|
495
|
+
}, {
|
|
496
|
+
"components": [{
|
|
497
|
+
"internalType": "address";
|
|
498
|
+
"name": "recipient";
|
|
499
|
+
"type": "address";
|
|
500
|
+
}, {
|
|
501
|
+
"internalType": "uint64";
|
|
502
|
+
"name": "expirationTime";
|
|
503
|
+
"type": "uint64";
|
|
504
|
+
}, {
|
|
505
|
+
"internalType": "bool";
|
|
506
|
+
"name": "revocable";
|
|
507
|
+
"type": "bool";
|
|
508
|
+
}, {
|
|
509
|
+
"internalType": "bytes32";
|
|
510
|
+
"name": "refUID";
|
|
511
|
+
"type": "bytes32";
|
|
512
|
+
}, {
|
|
513
|
+
"internalType": "bytes";
|
|
514
|
+
"name": "data";
|
|
515
|
+
"type": "bytes";
|
|
516
|
+
}, {
|
|
517
|
+
"internalType": "uint256";
|
|
518
|
+
"name": "value";
|
|
519
|
+
"type": "uint256";
|
|
520
|
+
}];
|
|
521
|
+
"internalType": "struct AttestationRequestData[]";
|
|
522
|
+
"name": "data";
|
|
523
|
+
"type": "tuple[]";
|
|
524
|
+
}];
|
|
525
|
+
"internalType": "struct MultiAttestationRequest[]";
|
|
526
|
+
"name": "listOfAttestations";
|
|
527
|
+
"type": "tuple[]";
|
|
528
|
+
}, {
|
|
529
|
+
"components": [{
|
|
530
|
+
"internalType": "uint256";
|
|
531
|
+
"name": "publishIndex";
|
|
532
|
+
"type": "uint256";
|
|
533
|
+
}, {
|
|
534
|
+
"internalType": "bytes32";
|
|
535
|
+
"name": "propertySchemaUid";
|
|
536
|
+
"type": "bytes32";
|
|
537
|
+
}];
|
|
538
|
+
"internalType": "struct PropertyToUpdateWithSeed[]";
|
|
539
|
+
"name": "propertiesToUpdate";
|
|
540
|
+
"type": "tuple[]";
|
|
541
|
+
}];
|
|
542
|
+
"internalType": "struct PublishRequestData";
|
|
543
|
+
"name": "request";
|
|
544
|
+
"type": "tuple";
|
|
545
|
+
}>;
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* Calls the "publish" function on the contract.
|
|
549
|
+
* @param options - The options for the "publish" function.
|
|
550
|
+
* @returns A prepared transaction object.
|
|
551
|
+
* @example
|
|
552
|
+
* ```
|
|
553
|
+
* import { publish } from "TODO";
|
|
554
|
+
*
|
|
555
|
+
* const transaction = publish({
|
|
556
|
+
* request: ...,
|
|
557
|
+
* });
|
|
558
|
+
*
|
|
559
|
+
* // Send the transaction
|
|
560
|
+
* ...
|
|
561
|
+
*
|
|
562
|
+
* ```
|
|
563
|
+
*/
|
|
564
|
+
export declare function publish(options: BaseTransactionOptions<PublishParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
|
|
565
|
+
//# sourceMappingURL=0x043462304114da543add6b693c686b7d98865f3e.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"0x043462304114da543add6b693c686b7d98865f3e.d.ts","sourceRoot":"","sources":["../../../../src/helpers/thirdweb/11155420/0x043462304114da543add6b693c686b7d98865f3e.ts"],"names":[],"mappings":"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"}
|