@story-protocol/core-sdk 1.0.0-rc.1 → 1.0.0-rc.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/declarations/src/abi/generated.d.ts +14247 -0
- package/dist/declarations/src/abi/generated.d.ts.map +1 -0
- package/dist/declarations/src/client.d.ts +14 -2
- package/dist/declarations/src/client.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +2 -2
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/resources/dispute.d.ts +4 -1083
- package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAccount.d.ts +3 -1003
- package/dist/declarations/src/resources/ipAccount.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAsset.d.ts +8 -2322
- package/dist/declarations/src/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/resources/license.d.ts +19 -4290
- package/dist/declarations/src/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/resources/permission.d.ts +4 -2051
- package/dist/declarations/src/resources/permission.d.ts.map +1 -1
- package/dist/declarations/src/resources/royalty.d.ts +32 -2997
- package/dist/declarations/src/resources/royalty.d.ts.map +1 -1
- package/dist/declarations/src/types/config.d.ts +15 -4
- package/dist/declarations/src/types/config.d.ts.map +1 -1
- package/dist/declarations/src/types/options.d.ts +4 -0
- package/dist/declarations/src/types/options.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/license.d.ts +2 -2
- package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/royalty.d.ts +12 -8
- package/dist/declarations/src/types/resources/royalty.d.ts.map +1 -1
- package/dist/story-protocol-core-sdk.cjs.dev.js +10594 -2141
- package/dist/story-protocol-core-sdk.cjs.prod.js +10594 -2141
- package/dist/story-protocol-core-sdk.esm.js +10600 -2147
- package/package.json +2 -2
@@ -1,1010 +1,10 @@
|
|
1
|
-
import { PublicClient
|
1
|
+
import { PublicClient } from "viem";
|
2
2
|
import { IPAccountExecuteRequest, IPAccountExecuteResponse, IPAccountExecuteWithSigRequest, IPAccountExecuteWithSigResponse } from "../types/resources/ipAccount.js";
|
3
|
+
import { SimpleWalletClient } from "../abi/generated.js";
|
3
4
|
export declare class IPAccountClient {
|
4
5
|
private readonly wallet;
|
5
6
|
private readonly rpcClient;
|
6
|
-
|
7
|
-
readonly inputs: readonly [{
|
8
|
-
readonly internalType: "address";
|
9
|
-
readonly name: "caller";
|
10
|
-
readonly type: "address";
|
11
|
-
}];
|
12
|
-
readonly name: "AccessControlled__CallerIsNotIpAccount";
|
13
|
-
readonly type: "error";
|
14
|
-
} | {
|
15
|
-
readonly inputs: readonly [{
|
16
|
-
readonly internalType: "address";
|
17
|
-
readonly name: "ipAccount";
|
18
|
-
readonly type: "address";
|
19
|
-
}];
|
20
|
-
readonly name: "AccessControlled__NotIpAccount";
|
21
|
-
readonly type: "error";
|
22
|
-
} | {
|
23
|
-
readonly inputs: readonly [];
|
24
|
-
readonly name: "AccessControlled__ZeroAddress";
|
25
|
-
readonly type: "error";
|
26
|
-
} | {
|
27
|
-
readonly inputs: readonly [{
|
28
|
-
readonly internalType: "address";
|
29
|
-
readonly name: "signer";
|
30
|
-
readonly type: "address";
|
31
|
-
}, {
|
32
|
-
readonly internalType: "address";
|
33
|
-
readonly name: "to";
|
34
|
-
readonly type: "address";
|
35
|
-
}];
|
36
|
-
readonly name: "AccessController__BothCallerAndRecipientAreNotRegisteredModule";
|
37
|
-
readonly type: "error";
|
38
|
-
} | {
|
39
|
-
readonly inputs: readonly [];
|
40
|
-
readonly name: "AccessController__CallerIsNotIPAccount";
|
41
|
-
readonly type: "error";
|
42
|
-
} | {
|
43
|
-
readonly inputs: readonly [{
|
44
|
-
readonly internalType: "address";
|
45
|
-
readonly name: "ipAccount";
|
46
|
-
readonly type: "address";
|
47
|
-
}];
|
48
|
-
readonly name: "AccessController__IPAccountIsNotValid";
|
49
|
-
readonly type: "error";
|
50
|
-
} | {
|
51
|
-
readonly inputs: readonly [];
|
52
|
-
readonly name: "AccessController__IPAccountIsZeroAddress";
|
53
|
-
readonly type: "error";
|
54
|
-
} | {
|
55
|
-
readonly inputs: readonly [{
|
56
|
-
readonly internalType: "address";
|
57
|
-
readonly name: "ipAccount";
|
58
|
-
readonly type: "address";
|
59
|
-
}, {
|
60
|
-
readonly internalType: "address";
|
61
|
-
readonly name: "signer";
|
62
|
-
readonly type: "address";
|
63
|
-
}, {
|
64
|
-
readonly internalType: "address";
|
65
|
-
readonly name: "to";
|
66
|
-
readonly type: "address";
|
67
|
-
}, {
|
68
|
-
readonly internalType: "bytes4";
|
69
|
-
readonly name: "func";
|
70
|
-
readonly type: "bytes4";
|
71
|
-
}];
|
72
|
-
readonly name: "AccessController__PermissionDenied";
|
73
|
-
readonly type: "error";
|
74
|
-
} | {
|
75
|
-
readonly inputs: readonly [];
|
76
|
-
readonly name: "AccessController__PermissionIsNotValid";
|
77
|
-
readonly type: "error";
|
78
|
-
} | {
|
79
|
-
readonly inputs: readonly [];
|
80
|
-
readonly name: "AccessController__SignerIsZeroAddress";
|
81
|
-
readonly type: "error";
|
82
|
-
} | {
|
83
|
-
readonly inputs: readonly [];
|
84
|
-
readonly name: "ArbitrationPolicySP__NotDisputeModule";
|
85
|
-
readonly type: "error";
|
86
|
-
} | {
|
87
|
-
readonly inputs: readonly [];
|
88
|
-
readonly name: "ArbitrationPolicySP__ZeroDisputeModule";
|
89
|
-
readonly type: "error";
|
90
|
-
} | {
|
91
|
-
readonly inputs: readonly [];
|
92
|
-
readonly name: "ArbitrationPolicySP__ZeroPaymentToken";
|
93
|
-
readonly type: "error";
|
94
|
-
} | {
|
95
|
-
readonly inputs: readonly [];
|
96
|
-
readonly name: "BasePolicyFrameworkManager__CallerNotLicensingModule";
|
97
|
-
readonly type: "error";
|
98
|
-
} | {
|
99
|
-
readonly inputs: readonly [];
|
100
|
-
readonly name: "CoreMetadataModule__MetadataAlreadyFrozen";
|
101
|
-
readonly type: "error";
|
102
|
-
} | {
|
103
|
-
readonly inputs: readonly [];
|
104
|
-
readonly name: "DisputeModule__NotAbleToResolve";
|
105
|
-
readonly type: "error";
|
106
|
-
} | {
|
107
|
-
readonly inputs: readonly [];
|
108
|
-
readonly name: "DisputeModule__NotDisputeInitiator";
|
109
|
-
readonly type: "error";
|
110
|
-
} | {
|
111
|
-
readonly inputs: readonly [];
|
112
|
-
readonly name: "DisputeModule__NotInDisputeState";
|
113
|
-
readonly type: "error";
|
114
|
-
} | {
|
115
|
-
readonly inputs: readonly [];
|
116
|
-
readonly name: "DisputeModule__NotRegisteredIpId";
|
117
|
-
readonly type: "error";
|
118
|
-
} | {
|
119
|
-
readonly inputs: readonly [];
|
120
|
-
readonly name: "DisputeModule__NotWhitelistedArbitrationPolicy";
|
121
|
-
readonly type: "error";
|
122
|
-
} | {
|
123
|
-
readonly inputs: readonly [];
|
124
|
-
readonly name: "DisputeModule__NotWhitelistedArbitrationRelayer";
|
125
|
-
readonly type: "error";
|
126
|
-
} | {
|
127
|
-
readonly inputs: readonly [];
|
128
|
-
readonly name: "DisputeModule__NotWhitelistedDisputeTag";
|
129
|
-
readonly type: "error";
|
130
|
-
} | {
|
131
|
-
readonly inputs: readonly [];
|
132
|
-
readonly name: "DisputeModule__ZeroArbitrationPolicy";
|
133
|
-
readonly type: "error";
|
134
|
-
} | {
|
135
|
-
readonly inputs: readonly [];
|
136
|
-
readonly name: "DisputeModule__ZeroArbitrationRelayer";
|
137
|
-
readonly type: "error";
|
138
|
-
} | {
|
139
|
-
readonly inputs: readonly [];
|
140
|
-
readonly name: "DisputeModule__ZeroDisputeTag";
|
141
|
-
readonly type: "error";
|
142
|
-
} | {
|
143
|
-
readonly inputs: readonly [];
|
144
|
-
readonly name: "DisputeModule__ZeroLinkToDisputeEvidence";
|
145
|
-
readonly type: "error";
|
146
|
-
} | {
|
147
|
-
readonly inputs: readonly [];
|
148
|
-
readonly name: "IPAccountRegistry_InvalidIpAccountImpl";
|
149
|
-
readonly type: "error";
|
150
|
-
} | {
|
151
|
-
readonly inputs: readonly [];
|
152
|
-
readonly name: "IPAccount__ExpiredSignature";
|
153
|
-
readonly type: "error";
|
154
|
-
} | {
|
155
|
-
readonly inputs: readonly [];
|
156
|
-
readonly name: "IPAccount__InvalidAccessController";
|
157
|
-
readonly type: "error";
|
158
|
-
} | {
|
159
|
-
readonly inputs: readonly [];
|
160
|
-
readonly name: "IPAccount__InvalidCalldata";
|
161
|
-
readonly type: "error";
|
162
|
-
} | {
|
163
|
-
readonly inputs: readonly [];
|
164
|
-
readonly name: "IPAccount__InvalidSignature";
|
165
|
-
readonly type: "error";
|
166
|
-
} | {
|
167
|
-
readonly inputs: readonly [];
|
168
|
-
readonly name: "IPAccount__InvalidSigner";
|
169
|
-
readonly type: "error";
|
170
|
-
} | {
|
171
|
-
readonly inputs: readonly [];
|
172
|
-
readonly name: "IPAssetRegistry__AlreadyRegistered";
|
173
|
-
readonly type: "error";
|
174
|
-
} | {
|
175
|
-
readonly inputs: readonly [];
|
176
|
-
readonly name: "IPAssetRegistry__IPAccountAlreadyCreated";
|
177
|
-
readonly type: "error";
|
178
|
-
} | {
|
179
|
-
readonly inputs: readonly [];
|
180
|
-
readonly name: "IPAssetRegistry__InvalidAccount";
|
181
|
-
readonly type: "error";
|
182
|
-
} | {
|
183
|
-
readonly inputs: readonly [];
|
184
|
-
readonly name: "IPAssetRegistry__InvalidMetadataProvider";
|
185
|
-
readonly type: "error";
|
186
|
-
} | {
|
187
|
-
readonly inputs: readonly [{
|
188
|
-
readonly internalType: "address";
|
189
|
-
readonly name: "contractAddress";
|
190
|
-
readonly type: "address";
|
191
|
-
}, {
|
192
|
-
readonly internalType: "uint256";
|
193
|
-
readonly name: "tokenId";
|
194
|
-
readonly type: "uint256";
|
195
|
-
}];
|
196
|
-
readonly name: "IPAssetRegistry__InvalidToken";
|
197
|
-
readonly type: "error";
|
198
|
-
} | {
|
199
|
-
readonly inputs: readonly [];
|
200
|
-
readonly name: "IPAssetRegistry__NotYetRegistered";
|
201
|
-
readonly type: "error";
|
202
|
-
} | {
|
203
|
-
readonly inputs: readonly [];
|
204
|
-
readonly name: "IPAssetRegistry__RegistrantUnauthorized";
|
205
|
-
readonly type: "error";
|
206
|
-
} | {
|
207
|
-
readonly inputs: readonly [];
|
208
|
-
readonly name: "IPAssetRegistry__ResolverInvalid";
|
209
|
-
readonly type: "error";
|
210
|
-
} | {
|
211
|
-
readonly inputs: readonly [];
|
212
|
-
readonly name: "IPAssetRegistry__Unauthorized";
|
213
|
-
readonly type: "error";
|
214
|
-
} | {
|
215
|
-
readonly inputs: readonly [{
|
216
|
-
readonly internalType: "address";
|
217
|
-
readonly name: "contractAddress";
|
218
|
-
readonly type: "address";
|
219
|
-
}];
|
220
|
-
readonly name: "IPAssetRegistry__UnsupportedIERC721";
|
221
|
-
readonly type: "error";
|
222
|
-
} | {
|
223
|
-
readonly inputs: readonly [{
|
224
|
-
readonly internalType: "address";
|
225
|
-
readonly name: "contractAddress";
|
226
|
-
readonly type: "address";
|
227
|
-
}];
|
228
|
-
readonly name: "IPAssetRegistry__UnsupportedIERC721Metadata";
|
229
|
-
readonly type: "error";
|
230
|
-
} | {
|
231
|
-
readonly inputs: readonly [];
|
232
|
-
readonly name: "IPResolver_InvalidIP";
|
233
|
-
readonly type: "error";
|
234
|
-
} | {
|
235
|
-
readonly inputs: readonly [];
|
236
|
-
readonly name: "IPResolver_Unauthorized";
|
237
|
-
readonly type: "error";
|
238
|
-
} | {
|
239
|
-
readonly inputs: readonly [];
|
240
|
-
readonly name: "IpRoyaltyVault__AlreadyClaimed";
|
241
|
-
readonly type: "error";
|
242
|
-
} | {
|
243
|
-
readonly inputs: readonly [];
|
244
|
-
readonly name: "IpRoyaltyVault__ClaimerNotAnAncestor";
|
245
|
-
readonly type: "error";
|
246
|
-
} | {
|
247
|
-
readonly inputs: readonly [];
|
248
|
-
readonly name: "IpRoyaltyVault__IpTagged";
|
249
|
-
readonly type: "error";
|
250
|
-
} | {
|
251
|
-
readonly inputs: readonly [];
|
252
|
-
readonly name: "IpRoyaltyVault__NotRoyaltyPolicyLAP";
|
253
|
-
readonly type: "error";
|
254
|
-
} | {
|
255
|
-
readonly inputs: readonly [];
|
256
|
-
readonly name: "IpRoyaltyVault__SnapshotIntervalTooShort";
|
257
|
-
readonly type: "error";
|
258
|
-
} | {
|
259
|
-
readonly inputs: readonly [];
|
260
|
-
readonly name: "IpRoyaltyVault__ZeroDisputeModule";
|
261
|
-
readonly type: "error";
|
262
|
-
} | {
|
263
|
-
readonly inputs: readonly [];
|
264
|
-
readonly name: "IpRoyaltyVault__ZeroIpId";
|
265
|
-
readonly type: "error";
|
266
|
-
} | {
|
267
|
-
readonly inputs: readonly [];
|
268
|
-
readonly name: "IpRoyaltyVault__ZeroRoyaltyPolicyLAP";
|
269
|
-
readonly type: "error";
|
270
|
-
} | {
|
271
|
-
readonly inputs: readonly [];
|
272
|
-
readonly name: "LicenseRegistry__CallerNotLicensingModule";
|
273
|
-
readonly type: "error";
|
274
|
-
} | {
|
275
|
-
readonly inputs: readonly [{
|
276
|
-
readonly internalType: "address";
|
277
|
-
readonly name: "childIpId";
|
278
|
-
readonly type: "address";
|
279
|
-
}];
|
280
|
-
readonly name: "LicenseRegistry__DerivativeAlreadyRegistered";
|
281
|
-
readonly type: "error";
|
282
|
-
} | {
|
283
|
-
readonly inputs: readonly [{
|
284
|
-
readonly internalType: "address";
|
285
|
-
readonly name: "childIpId";
|
286
|
-
readonly type: "address";
|
287
|
-
}];
|
288
|
-
readonly name: "LicenseRegistry__DerivativeIpAlreadyHasLicense";
|
289
|
-
readonly type: "error";
|
290
|
-
} | {
|
291
|
-
readonly inputs: readonly [{
|
292
|
-
readonly internalType: "address";
|
293
|
-
readonly name: "ipId";
|
294
|
-
readonly type: "address";
|
295
|
-
}];
|
296
|
-
readonly name: "LicenseRegistry__DerivativeIsParent";
|
297
|
-
readonly type: "error";
|
298
|
-
} | {
|
299
|
-
readonly inputs: readonly [{
|
300
|
-
readonly internalType: "address";
|
301
|
-
readonly name: "ipId";
|
302
|
-
readonly type: "address";
|
303
|
-
}, {
|
304
|
-
readonly internalType: "uint256";
|
305
|
-
readonly name: "index";
|
306
|
-
readonly type: "uint256";
|
307
|
-
}, {
|
308
|
-
readonly internalType: "uint256";
|
309
|
-
readonly name: "length";
|
310
|
-
readonly type: "uint256";
|
311
|
-
}];
|
312
|
-
readonly name: "LicenseRegistry__IndexOutOfBounds";
|
313
|
-
readonly type: "error";
|
314
|
-
} | {
|
315
|
-
readonly inputs: readonly [{
|
316
|
-
readonly internalType: "address";
|
317
|
-
readonly name: "ipId";
|
318
|
-
readonly type: "address";
|
319
|
-
}];
|
320
|
-
readonly name: "LicenseRegistry__IpExpired";
|
321
|
-
readonly type: "error";
|
322
|
-
} | {
|
323
|
-
readonly inputs: readonly [{
|
324
|
-
readonly internalType: "address";
|
325
|
-
readonly name: "licenseTemplate";
|
326
|
-
readonly type: "address";
|
327
|
-
}, {
|
328
|
-
readonly internalType: "uint256";
|
329
|
-
readonly name: "licenseTermsId";
|
330
|
-
readonly type: "uint256";
|
331
|
-
}];
|
332
|
-
readonly name: "LicenseRegistry__LicenseTermsNotExists";
|
333
|
-
readonly type: "error";
|
334
|
-
} | {
|
335
|
-
readonly inputs: readonly [];
|
336
|
-
readonly name: "LicenseRegistry__NoParentIp";
|
337
|
-
readonly type: "error";
|
338
|
-
} | {
|
339
|
-
readonly inputs: readonly [{
|
340
|
-
readonly internalType: "address";
|
341
|
-
readonly name: "licenseTemplate";
|
342
|
-
readonly type: "address";
|
343
|
-
}];
|
344
|
-
readonly name: "LicenseRegistry__NotLicenseTemplate";
|
345
|
-
readonly type: "error";
|
346
|
-
} | {
|
347
|
-
readonly inputs: readonly [];
|
348
|
-
readonly name: "LicenseRegistry__NotTransferable";
|
349
|
-
readonly type: "error";
|
350
|
-
} | {
|
351
|
-
readonly inputs: readonly [{
|
352
|
-
readonly internalType: "address";
|
353
|
-
readonly name: "ipId";
|
354
|
-
readonly type: "address";
|
355
|
-
}];
|
356
|
-
readonly name: "LicenseRegistry__ParentIpExpired";
|
357
|
-
readonly type: "error";
|
358
|
-
} | {
|
359
|
-
readonly inputs: readonly [{
|
360
|
-
readonly internalType: "address";
|
361
|
-
readonly name: "ipId";
|
362
|
-
readonly type: "address";
|
363
|
-
}, {
|
364
|
-
readonly internalType: "uint256";
|
365
|
-
readonly name: "licenseTermsId";
|
366
|
-
readonly type: "uint256";
|
367
|
-
}];
|
368
|
-
readonly name: "LicenseRegistry__ParentIpHasNoLicenseTerms";
|
369
|
-
readonly type: "error";
|
370
|
-
} | {
|
371
|
-
readonly inputs: readonly [{
|
372
|
-
readonly internalType: "address";
|
373
|
-
readonly name: "ipId";
|
374
|
-
readonly type: "address";
|
375
|
-
}];
|
376
|
-
readonly name: "LicenseRegistry__ParentIpTagged";
|
377
|
-
readonly type: "error";
|
378
|
-
} | {
|
379
|
-
readonly inputs: readonly [{
|
380
|
-
readonly internalType: "address";
|
381
|
-
readonly name: "ipId";
|
382
|
-
readonly type: "address";
|
383
|
-
}, {
|
384
|
-
readonly internalType: "address";
|
385
|
-
readonly name: "licenseTemplate";
|
386
|
-
readonly type: "address";
|
387
|
-
}];
|
388
|
-
readonly name: "LicenseRegistry__ParentIpUnmachedLicenseTemplate";
|
389
|
-
readonly type: "error";
|
390
|
-
} | {
|
391
|
-
readonly inputs: readonly [{
|
392
|
-
readonly internalType: "address";
|
393
|
-
readonly name: "licenseTemplate";
|
394
|
-
readonly type: "address";
|
395
|
-
}];
|
396
|
-
readonly name: "LicenseRegistry__UnregisteredLicenseTemplate";
|
397
|
-
readonly type: "error";
|
398
|
-
} | {
|
399
|
-
readonly inputs: readonly [];
|
400
|
-
readonly name: "LicenseRegistry__ZeroDisputeModule";
|
401
|
-
readonly type: "error";
|
402
|
-
} | {
|
403
|
-
readonly inputs: readonly [];
|
404
|
-
readonly name: "LicenseRegistry__ZeroLicensingModule";
|
405
|
-
readonly type: "error";
|
406
|
-
} | {
|
407
|
-
readonly inputs: readonly [{
|
408
|
-
readonly internalType: "address";
|
409
|
-
readonly name: "licenseTemplate";
|
410
|
-
readonly type: "address";
|
411
|
-
}, {
|
412
|
-
readonly internalType: "address";
|
413
|
-
readonly name: "anotherLicenseTemplate";
|
414
|
-
readonly type: "address";
|
415
|
-
}];
|
416
|
-
readonly name: "LicenseToken__AllLicenseTokensMustFromSameLicenseTemplate";
|
417
|
-
readonly type: "error";
|
418
|
-
} | {
|
419
|
-
readonly inputs: readonly [];
|
420
|
-
readonly name: "LicenseToken__CallerNotLicensingModule";
|
421
|
-
readonly type: "error";
|
422
|
-
} | {
|
423
|
-
readonly inputs: readonly [{
|
424
|
-
readonly internalType: "uint256";
|
425
|
-
readonly name: "tokenId";
|
426
|
-
readonly type: "uint256";
|
427
|
-
}, {
|
428
|
-
readonly internalType: "uint256";
|
429
|
-
readonly name: "expiredAt";
|
430
|
-
readonly type: "uint256";
|
431
|
-
}, {
|
432
|
-
readonly internalType: "uint256";
|
433
|
-
readonly name: "currentTimestamp";
|
434
|
-
readonly type: "uint256";
|
435
|
-
}];
|
436
|
-
readonly name: "LicenseToken__LicenseTokenExpired";
|
437
|
-
readonly type: "error";
|
438
|
-
} | {
|
439
|
-
readonly inputs: readonly [{
|
440
|
-
readonly internalType: "uint256";
|
441
|
-
readonly name: "tokenId";
|
442
|
-
readonly type: "uint256";
|
443
|
-
}, {
|
444
|
-
readonly internalType: "address";
|
445
|
-
readonly name: "iPowner";
|
446
|
-
readonly type: "address";
|
447
|
-
}, {
|
448
|
-
readonly internalType: "address";
|
449
|
-
readonly name: "tokenOwner";
|
450
|
-
readonly type: "address";
|
451
|
-
}];
|
452
|
-
readonly name: "LicenseToken__NotLicenseTokenOwner";
|
453
|
-
readonly type: "error";
|
454
|
-
} | {
|
455
|
-
readonly inputs: readonly [];
|
456
|
-
readonly name: "LicenseToken__NotTransferable";
|
457
|
-
readonly type: "error";
|
458
|
-
} | {
|
459
|
-
readonly inputs: readonly [{
|
460
|
-
readonly internalType: "uint256";
|
461
|
-
readonly name: "tokenId";
|
462
|
-
readonly type: "uint256";
|
463
|
-
}];
|
464
|
-
readonly name: "LicenseToken__RevokedLicense";
|
465
|
-
readonly type: "error";
|
466
|
-
} | {
|
467
|
-
readonly inputs: readonly [];
|
468
|
-
readonly name: "LicenseToken__ZeroDisputeModule";
|
469
|
-
readonly type: "error";
|
470
|
-
} | {
|
471
|
-
readonly inputs: readonly [];
|
472
|
-
readonly name: "LicenseToken__ZeroLicensingModule";
|
473
|
-
readonly type: "error";
|
474
|
-
} | {
|
475
|
-
readonly inputs: readonly [];
|
476
|
-
readonly name: "LicensingModule__CallerNotLicenseRegistry";
|
477
|
-
readonly type: "error";
|
478
|
-
} | {
|
479
|
-
readonly inputs: readonly [{
|
480
|
-
readonly internalType: "address";
|
481
|
-
readonly name: "caller";
|
482
|
-
readonly type: "address";
|
483
|
-
}, {
|
484
|
-
readonly internalType: "address";
|
485
|
-
readonly name: "licensorIpId";
|
486
|
-
readonly type: "address";
|
487
|
-
}, {
|
488
|
-
readonly internalType: "address";
|
489
|
-
readonly name: "licenseTemplate";
|
490
|
-
readonly type: "address";
|
491
|
-
}, {
|
492
|
-
readonly internalType: "uint256";
|
493
|
-
readonly name: "licenseTermsId";
|
494
|
-
readonly type: "uint256";
|
495
|
-
}];
|
496
|
-
readonly name: "LicensingModule__CallerNotLicensorAndIpHasNotAttachedLicenseTerms";
|
497
|
-
readonly type: "error";
|
498
|
-
} | {
|
499
|
-
readonly inputs: readonly [];
|
500
|
-
readonly name: "LicensingModule__CallerNotLicensorAndPolicyNotSet";
|
501
|
-
readonly type: "error";
|
502
|
-
} | {
|
503
|
-
readonly inputs: readonly [];
|
504
|
-
readonly name: "LicensingModule__CommercialTermInNonCommercialPolicy";
|
505
|
-
readonly type: "error";
|
506
|
-
} | {
|
507
|
-
readonly inputs: readonly [{
|
508
|
-
readonly internalType: "address";
|
509
|
-
readonly name: "ipId";
|
510
|
-
readonly type: "address";
|
511
|
-
}];
|
512
|
-
readonly name: "LicensingModule__DerivativeAlreadyHasLicenseTerms";
|
513
|
-
readonly type: "error";
|
514
|
-
} | {
|
515
|
-
readonly inputs: readonly [];
|
516
|
-
readonly name: "LicensingModule__DerivativeAlreadyRegistered";
|
517
|
-
readonly type: "error";
|
518
|
-
} | {
|
519
|
-
readonly inputs: readonly [];
|
520
|
-
readonly name: "LicensingModule__DerivativeIsParent";
|
521
|
-
readonly type: "error";
|
522
|
-
} | {
|
523
|
-
readonly inputs: readonly [];
|
524
|
-
readonly name: "LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply";
|
525
|
-
readonly type: "error";
|
526
|
-
} | {
|
527
|
-
readonly inputs: readonly [];
|
528
|
-
readonly name: "LicensingModule__DerivativesCannotAddLicenseTerms";
|
529
|
-
readonly type: "error";
|
530
|
-
} | {
|
531
|
-
readonly inputs: readonly [];
|
532
|
-
readonly name: "LicensingModule__DerivativesCannotAddPolicy";
|
533
|
-
readonly type: "error";
|
534
|
-
} | {
|
535
|
-
readonly inputs: readonly [];
|
536
|
-
readonly name: "LicensingModule__DisputedIpId";
|
537
|
-
readonly type: "error";
|
538
|
-
} | {
|
539
|
-
readonly inputs: readonly [];
|
540
|
-
readonly name: "LicensingModule__EmptyLicenseUrl";
|
541
|
-
readonly type: "error";
|
542
|
-
} | {
|
543
|
-
readonly inputs: readonly [];
|
544
|
-
readonly name: "LicensingModule__EmptyParamName";
|
545
|
-
readonly type: "error";
|
546
|
-
} | {
|
547
|
-
readonly inputs: readonly [];
|
548
|
-
readonly name: "LicensingModule__FrameworkNotFound";
|
549
|
-
readonly type: "error";
|
550
|
-
} | {
|
551
|
-
readonly inputs: readonly [];
|
552
|
-
readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
|
553
|
-
readonly type: "error";
|
554
|
-
} | {
|
555
|
-
readonly inputs: readonly [{
|
556
|
-
readonly internalType: "address";
|
557
|
-
readonly name: "royaltyPolicy";
|
558
|
-
readonly type: "address";
|
559
|
-
}, {
|
560
|
-
readonly internalType: "address";
|
561
|
-
readonly name: "anotherRoyaltyPolicy";
|
562
|
-
readonly type: "address";
|
563
|
-
}];
|
564
|
-
readonly name: "LicensingModule__IncompatibleRoyaltyPolicy";
|
565
|
-
readonly type: "error";
|
566
|
-
} | {
|
567
|
-
readonly inputs: readonly [];
|
568
|
-
readonly name: "LicensingModule__IncompatibleRoyaltyPolicyAddress";
|
569
|
-
readonly type: "error";
|
570
|
-
} | {
|
571
|
-
readonly inputs: readonly [];
|
572
|
-
readonly name: "LicensingModule__IncompatibleRoyaltyPolicyDerivativeRevShare";
|
573
|
-
readonly type: "error";
|
574
|
-
} | {
|
575
|
-
readonly inputs: readonly [];
|
576
|
-
readonly name: "LicensingModule__InvalidLicensor";
|
577
|
-
readonly type: "error";
|
578
|
-
} | {
|
579
|
-
readonly inputs: readonly [];
|
580
|
-
readonly name: "LicensingModule__InvalidPolicyFramework";
|
581
|
-
readonly type: "error";
|
582
|
-
} | {
|
583
|
-
readonly inputs: readonly [];
|
584
|
-
readonly name: "LicensingModule__IpAlreadyLinked";
|
585
|
-
readonly type: "error";
|
586
|
-
} | {
|
587
|
-
readonly inputs: readonly [{
|
588
|
-
readonly internalType: "address";
|
589
|
-
readonly name: "childIpId";
|
590
|
-
readonly type: "address";
|
591
|
-
}];
|
592
|
-
readonly name: "LicensingModule__LicenseNotCompatibleForDerivative";
|
593
|
-
readonly type: "error";
|
594
|
-
} | {
|
595
|
-
readonly inputs: readonly [{
|
596
|
-
readonly internalType: "uint256";
|
597
|
-
readonly name: "ipLength";
|
598
|
-
readonly type: "uint256";
|
599
|
-
}, {
|
600
|
-
readonly internalType: "uint256";
|
601
|
-
readonly name: "licenseTermsLength";
|
602
|
-
readonly type: "uint256";
|
603
|
-
}];
|
604
|
-
readonly name: "LicensingModule__LicenseTermsLengthMismatch";
|
605
|
-
readonly type: "error";
|
606
|
-
} | {
|
607
|
-
readonly inputs: readonly [{
|
608
|
-
readonly internalType: "address";
|
609
|
-
readonly name: "licenseTemplate";
|
610
|
-
readonly type: "address";
|
611
|
-
}, {
|
612
|
-
readonly internalType: "uint256";
|
613
|
-
readonly name: "licenseTermsId";
|
614
|
-
readonly type: "uint256";
|
615
|
-
}];
|
616
|
-
readonly name: "LicensingModule__LicenseTermsNotFound";
|
617
|
-
readonly type: "error";
|
618
|
-
} | {
|
619
|
-
readonly inputs: readonly [{
|
620
|
-
readonly internalType: "address";
|
621
|
-
readonly name: "childIpId";
|
622
|
-
readonly type: "address";
|
623
|
-
}, {
|
624
|
-
readonly internalType: "uint256[]";
|
625
|
-
readonly name: "licenseTokenIds";
|
626
|
-
readonly type: "uint256[]";
|
627
|
-
}];
|
628
|
-
readonly name: "LicensingModule__LicenseTokenNotCompatibleForDerivative";
|
629
|
-
readonly type: "error";
|
630
|
-
} | {
|
631
|
-
readonly inputs: readonly [];
|
632
|
-
readonly name: "LicensingModule__LicensorDoesntHaveThisPolicy";
|
633
|
-
readonly type: "error";
|
634
|
-
} | {
|
635
|
-
readonly inputs: readonly [];
|
636
|
-
readonly name: "LicensingModule__LicensorNotRegistered";
|
637
|
-
readonly type: "error";
|
638
|
-
} | {
|
639
|
-
readonly inputs: readonly [];
|
640
|
-
readonly name: "LicensingModule__LinkParentParamFailed";
|
641
|
-
readonly type: "error";
|
642
|
-
} | {
|
643
|
-
readonly inputs: readonly [];
|
644
|
-
readonly name: "LicensingModule__LinkingRevokedLicense";
|
645
|
-
readonly type: "error";
|
646
|
-
} | {
|
647
|
-
readonly inputs: readonly [];
|
648
|
-
readonly name: "LicensingModule__MintAmountZero";
|
649
|
-
readonly type: "error";
|
650
|
-
} | {
|
651
|
-
readonly inputs: readonly [];
|
652
|
-
readonly name: "LicensingModule__MintLicenseParamFailed";
|
653
|
-
readonly type: "error";
|
654
|
-
} | {
|
655
|
-
readonly inputs: readonly [];
|
656
|
-
readonly name: "LicensingModule__MintingFeeTokenNotWhitelisted";
|
657
|
-
readonly type: "error";
|
658
|
-
} | {
|
659
|
-
readonly inputs: readonly [];
|
660
|
-
readonly name: "LicensingModule__MismatchBetweenRoyaltyPolicy";
|
661
|
-
readonly type: "error";
|
662
|
-
} | {
|
663
|
-
readonly inputs: readonly [];
|
664
|
-
readonly name: "LicensingModule__NoLicenseToken";
|
665
|
-
readonly type: "error";
|
666
|
-
} | {
|
667
|
-
readonly inputs: readonly [];
|
668
|
-
readonly name: "LicensingModule__NoParentIp";
|
669
|
-
readonly type: "error";
|
670
|
-
} | {
|
671
|
-
readonly inputs: readonly [];
|
672
|
-
readonly name: "LicensingModule__NotLicensee";
|
673
|
-
readonly type: "error";
|
674
|
-
} | {
|
675
|
-
readonly inputs: readonly [];
|
676
|
-
readonly name: "LicensingModule__ParamVerifierAlreadySet";
|
677
|
-
readonly type: "error";
|
678
|
-
} | {
|
679
|
-
readonly inputs: readonly [];
|
680
|
-
readonly name: "LicensingModule__ParamVerifierLengthMismatch";
|
681
|
-
readonly type: "error";
|
682
|
-
} | {
|
683
|
-
readonly inputs: readonly [];
|
684
|
-
readonly name: "LicensingModule__ParentIdEqualThanChild";
|
685
|
-
readonly type: "error";
|
686
|
-
} | {
|
687
|
-
readonly inputs: readonly [{
|
688
|
-
readonly internalType: "address";
|
689
|
-
readonly name: "ipId";
|
690
|
-
readonly type: "address";
|
691
|
-
}];
|
692
|
-
readonly name: "LicensingModule__ParentIpHasNoLicenseTerms";
|
693
|
-
readonly type: "error";
|
694
|
-
} | {
|
695
|
-
readonly inputs: readonly [];
|
696
|
-
readonly name: "LicensingModule__PolicyAlreadySetForIpId";
|
697
|
-
readonly type: "error";
|
698
|
-
} | {
|
699
|
-
readonly inputs: readonly [];
|
700
|
-
readonly name: "LicensingModule__PolicyNotFound";
|
701
|
-
readonly type: "error";
|
702
|
-
} | {
|
703
|
-
readonly inputs: readonly [{
|
704
|
-
readonly internalType: "address";
|
705
|
-
readonly name: "receiver";
|
706
|
-
readonly type: "address";
|
707
|
-
}];
|
708
|
-
readonly name: "LicensingModule__ReceiverCheckFailed";
|
709
|
-
readonly type: "error";
|
710
|
-
} | {
|
711
|
-
readonly inputs: readonly [];
|
712
|
-
readonly name: "LicensingModule__ReceiverZeroAddress";
|
713
|
-
readonly type: "error";
|
714
|
-
} | {
|
715
|
-
readonly inputs: readonly [];
|
716
|
-
readonly name: "LicensingModule__RegisterPolicyFrameworkMismatch";
|
717
|
-
readonly type: "error";
|
718
|
-
} | {
|
719
|
-
readonly inputs: readonly [];
|
720
|
-
readonly name: "LicensingModule__RoyaltyPolicyNotWhitelisted";
|
721
|
-
readonly type: "error";
|
722
|
-
} | {
|
723
|
-
readonly inputs: readonly [];
|
724
|
-
readonly name: "LicensingModule__TransferParamFailed";
|
725
|
-
readonly type: "error";
|
726
|
-
} | {
|
727
|
-
readonly inputs: readonly [];
|
728
|
-
readonly name: "LicensingModule__UnauthorizedAccess";
|
729
|
-
readonly type: "error";
|
730
|
-
} | {
|
731
|
-
readonly inputs: readonly [];
|
732
|
-
readonly name: "LicensingModule__UnregisteredFrameworkAddingPolicy";
|
733
|
-
readonly type: "error";
|
734
|
-
} | {
|
735
|
-
readonly inputs: readonly [];
|
736
|
-
readonly name: "LicensorApprovalChecker__Unauthorized";
|
737
|
-
readonly type: "error";
|
738
|
-
} | {
|
739
|
-
readonly inputs: readonly [];
|
740
|
-
readonly name: "MetadataProvider__HashInvalid";
|
741
|
-
readonly type: "error";
|
742
|
-
} | {
|
743
|
-
readonly inputs: readonly [];
|
744
|
-
readonly name: "MetadataProvider__IPAssetOwnerInvalid";
|
745
|
-
readonly type: "error";
|
746
|
-
} | {
|
747
|
-
readonly inputs: readonly [];
|
748
|
-
readonly name: "MetadataProvider__MetadataNotCompatible";
|
749
|
-
readonly type: "error";
|
750
|
-
} | {
|
751
|
-
readonly inputs: readonly [];
|
752
|
-
readonly name: "MetadataProvider__NameInvalid";
|
753
|
-
readonly type: "error";
|
754
|
-
} | {
|
755
|
-
readonly inputs: readonly [];
|
756
|
-
readonly name: "MetadataProvider__RegistrantInvalid";
|
757
|
-
readonly type: "error";
|
758
|
-
} | {
|
759
|
-
readonly inputs: readonly [];
|
760
|
-
readonly name: "MetadataProvider__RegistrationDateInvalid";
|
761
|
-
readonly type: "error";
|
762
|
-
} | {
|
763
|
-
readonly inputs: readonly [];
|
764
|
-
readonly name: "MetadataProvider__URIInvalid";
|
765
|
-
readonly type: "error";
|
766
|
-
} | {
|
767
|
-
readonly inputs: readonly [];
|
768
|
-
readonly name: "MetadataProvider__Unauthorized";
|
769
|
-
readonly type: "error";
|
770
|
-
} | {
|
771
|
-
readonly inputs: readonly [];
|
772
|
-
readonly name: "MetadataProvider__UpgradeProviderInvalid";
|
773
|
-
readonly type: "error";
|
774
|
-
} | {
|
775
|
-
readonly inputs: readonly [];
|
776
|
-
readonly name: "MetadataProvider__UpgradeUnavailable";
|
777
|
-
readonly type: "error";
|
778
|
-
} | {
|
779
|
-
readonly inputs: readonly [];
|
780
|
-
readonly name: "ModuleRegistry__InterfaceIdZero";
|
781
|
-
readonly type: "error";
|
782
|
-
} | {
|
783
|
-
readonly inputs: readonly [];
|
784
|
-
readonly name: "ModuleRegistry__ModuleAddressNotContract";
|
785
|
-
readonly type: "error";
|
786
|
-
} | {
|
787
|
-
readonly inputs: readonly [];
|
788
|
-
readonly name: "ModuleRegistry__ModuleAddressZeroAddress";
|
789
|
-
readonly type: "error";
|
790
|
-
} | {
|
791
|
-
readonly inputs: readonly [];
|
792
|
-
readonly name: "ModuleRegistry__ModuleAlreadyRegistered";
|
793
|
-
readonly type: "error";
|
794
|
-
} | {
|
795
|
-
readonly inputs: readonly [];
|
796
|
-
readonly name: "ModuleRegistry__ModuleNotRegistered";
|
797
|
-
readonly type: "error";
|
798
|
-
} | {
|
799
|
-
readonly inputs: readonly [];
|
800
|
-
readonly name: "ModuleRegistry__ModuleNotSupportExpectedModuleTypeInterfaceId";
|
801
|
-
readonly type: "error";
|
802
|
-
} | {
|
803
|
-
readonly inputs: readonly [];
|
804
|
-
readonly name: "ModuleRegistry__ModuleTypeAlreadyRegistered";
|
805
|
-
readonly type: "error";
|
806
|
-
} | {
|
807
|
-
readonly inputs: readonly [];
|
808
|
-
readonly name: "ModuleRegistry__ModuleTypeEmptyString";
|
809
|
-
readonly type: "error";
|
810
|
-
} | {
|
811
|
-
readonly inputs: readonly [];
|
812
|
-
readonly name: "ModuleRegistry__ModuleTypeNotRegistered";
|
813
|
-
readonly type: "error";
|
814
|
-
} | {
|
815
|
-
readonly inputs: readonly [];
|
816
|
-
readonly name: "ModuleRegistry__NameAlreadyRegistered";
|
817
|
-
readonly type: "error";
|
818
|
-
} | {
|
819
|
-
readonly inputs: readonly [];
|
820
|
-
readonly name: "ModuleRegistry__NameDoesNotMatch";
|
821
|
-
readonly type: "error";
|
822
|
-
} | {
|
823
|
-
readonly inputs: readonly [];
|
824
|
-
readonly name: "ModuleRegistry__NameEmptyString";
|
825
|
-
readonly type: "error";
|
826
|
-
} | {
|
827
|
-
readonly inputs: readonly [];
|
828
|
-
readonly name: "Module_Unauthorized";
|
829
|
-
readonly type: "error";
|
830
|
-
} | {
|
831
|
-
readonly inputs: readonly [{
|
832
|
-
readonly internalType: "address";
|
833
|
-
readonly name: "commercializer";
|
834
|
-
readonly type: "address";
|
835
|
-
}];
|
836
|
-
readonly name: "PolicyFrameworkManager__CommercializerCheckerDoesNotSupportHook";
|
837
|
-
readonly type: "error";
|
838
|
-
} | {
|
839
|
-
readonly inputs: readonly [];
|
840
|
-
readonly name: "PolicyFrameworkManager__GettingPolicyWrongFramework";
|
841
|
-
readonly type: "error";
|
842
|
-
} | {
|
843
|
-
readonly inputs: readonly [];
|
844
|
-
readonly name: "RoyaltyModule__CanOnlyMintSelectedPolicy";
|
845
|
-
readonly type: "error";
|
846
|
-
} | {
|
847
|
-
readonly inputs: readonly [];
|
848
|
-
readonly name: "RoyaltyModule__IncompatibleRoyaltyPolicy";
|
849
|
-
readonly type: "error";
|
850
|
-
} | {
|
851
|
-
readonly inputs: readonly [];
|
852
|
-
readonly name: "RoyaltyModule__IpIsTagged";
|
853
|
-
readonly type: "error";
|
854
|
-
} | {
|
855
|
-
readonly inputs: readonly [];
|
856
|
-
readonly name: "RoyaltyModule__NoParentsOnLinking";
|
857
|
-
readonly type: "error";
|
858
|
-
} | {
|
859
|
-
readonly inputs: readonly [];
|
860
|
-
readonly name: "RoyaltyModule__NoRoyaltyPolicySet";
|
861
|
-
readonly type: "error";
|
862
|
-
} | {
|
863
|
-
readonly inputs: readonly [];
|
864
|
-
readonly name: "RoyaltyModule__NotAllowedCaller";
|
865
|
-
readonly type: "error";
|
866
|
-
} | {
|
867
|
-
readonly inputs: readonly [];
|
868
|
-
readonly name: "RoyaltyModule__NotWhitelistedRoyaltyPolicy";
|
869
|
-
readonly type: "error";
|
870
|
-
} | {
|
871
|
-
readonly inputs: readonly [];
|
872
|
-
readonly name: "RoyaltyModule__NotWhitelistedRoyaltyToken";
|
873
|
-
readonly type: "error";
|
874
|
-
} | {
|
875
|
-
readonly inputs: readonly [];
|
876
|
-
readonly name: "RoyaltyModule__ZeroDisputeModule";
|
877
|
-
readonly type: "error";
|
878
|
-
} | {
|
879
|
-
readonly inputs: readonly [];
|
880
|
-
readonly name: "RoyaltyModule__ZeroLicensingModule";
|
881
|
-
readonly type: "error";
|
882
|
-
} | {
|
883
|
-
readonly inputs: readonly [];
|
884
|
-
readonly name: "RoyaltyModule__ZeroRoyaltyPolicy";
|
885
|
-
readonly type: "error";
|
886
|
-
} | {
|
887
|
-
readonly inputs: readonly [];
|
888
|
-
readonly name: "RoyaltyModule__ZeroRoyaltyToken";
|
889
|
-
readonly type: "error";
|
890
|
-
} | {
|
891
|
-
readonly inputs: readonly [];
|
892
|
-
readonly name: "RoyaltyPolicyLAP__AboveAncestorsLimit";
|
893
|
-
readonly type: "error";
|
894
|
-
} | {
|
895
|
-
readonly inputs: readonly [];
|
896
|
-
readonly name: "RoyaltyPolicyLAP__AboveParentLimit";
|
897
|
-
readonly type: "error";
|
898
|
-
} | {
|
899
|
-
readonly inputs: readonly [];
|
900
|
-
readonly name: "RoyaltyPolicyLAP__AboveRoyaltyStackLimit";
|
901
|
-
readonly type: "error";
|
902
|
-
} | {
|
903
|
-
readonly inputs: readonly [];
|
904
|
-
readonly name: "RoyaltyPolicyLAP__ImplementationAlreadySet";
|
905
|
-
readonly type: "error";
|
906
|
-
} | {
|
907
|
-
readonly inputs: readonly [];
|
908
|
-
readonly name: "RoyaltyPolicyLAP__InvalidParentRoyaltiesLength";
|
909
|
-
readonly type: "error";
|
910
|
-
} | {
|
911
|
-
readonly inputs: readonly [];
|
912
|
-
readonly name: "RoyaltyPolicyLAP__LastPositionNotAbleToMintLicense";
|
913
|
-
readonly type: "error";
|
914
|
-
} | {
|
915
|
-
readonly inputs: readonly [];
|
916
|
-
readonly name: "RoyaltyPolicyLAP__NotFullOwnership";
|
917
|
-
readonly type: "error";
|
918
|
-
} | {
|
919
|
-
readonly inputs: readonly [];
|
920
|
-
readonly name: "RoyaltyPolicyLAP__NotRoyaltyModule";
|
921
|
-
readonly type: "error";
|
922
|
-
} | {
|
923
|
-
readonly inputs: readonly [];
|
924
|
-
readonly name: "RoyaltyPolicyLAP__UnlinkableToParents";
|
925
|
-
readonly type: "error";
|
926
|
-
} | {
|
927
|
-
readonly inputs: readonly [];
|
928
|
-
readonly name: "RoyaltyPolicyLAP__ZeroAncestorsVaultImpl";
|
929
|
-
readonly type: "error";
|
930
|
-
} | {
|
931
|
-
readonly inputs: readonly [];
|
932
|
-
readonly name: "RoyaltyPolicyLAP__ZeroIpRoyaltyVaultBeacon";
|
933
|
-
readonly type: "error";
|
934
|
-
} | {
|
935
|
-
readonly inputs: readonly [];
|
936
|
-
readonly name: "RoyaltyPolicyLAP__ZeroLicensingModule";
|
937
|
-
readonly type: "error";
|
938
|
-
} | {
|
939
|
-
readonly inputs: readonly [];
|
940
|
-
readonly name: "RoyaltyPolicyLAP__ZeroLiquidSplitFactory";
|
941
|
-
readonly type: "error";
|
942
|
-
} | {
|
943
|
-
readonly inputs: readonly [];
|
944
|
-
readonly name: "RoyaltyPolicyLAP__ZeroLiquidSplitMain";
|
945
|
-
readonly type: "error";
|
946
|
-
} | {
|
947
|
-
readonly inputs: readonly [];
|
948
|
-
readonly name: "RoyaltyPolicyLAP__ZeroRoyaltyModule";
|
949
|
-
readonly type: "error";
|
950
|
-
} | {
|
951
|
-
readonly inputs: readonly [{
|
952
|
-
readonly internalType: "address";
|
953
|
-
readonly name: "to";
|
954
|
-
readonly type: "address";
|
955
|
-
}, {
|
956
|
-
readonly internalType: "uint256";
|
957
|
-
readonly name: "value";
|
958
|
-
readonly type: "uint256";
|
959
|
-
}, {
|
960
|
-
readonly internalType: "bytes";
|
961
|
-
readonly name: "data";
|
962
|
-
readonly type: "bytes";
|
963
|
-
}];
|
964
|
-
readonly name: "execute";
|
965
|
-
readonly outputs: readonly [{
|
966
|
-
readonly internalType: "bytes";
|
967
|
-
readonly name: "result";
|
968
|
-
readonly type: "bytes";
|
969
|
-
}];
|
970
|
-
readonly stateMutability: "payable";
|
971
|
-
readonly type: "function";
|
972
|
-
} | {
|
973
|
-
readonly inputs: readonly [{
|
974
|
-
readonly internalType: "address";
|
975
|
-
readonly name: "to";
|
976
|
-
readonly type: "address";
|
977
|
-
}, {
|
978
|
-
readonly internalType: "uint256";
|
979
|
-
readonly name: "value";
|
980
|
-
readonly type: "uint256";
|
981
|
-
}, {
|
982
|
-
readonly internalType: "bytes";
|
983
|
-
readonly name: "data";
|
984
|
-
readonly type: "bytes";
|
985
|
-
}, {
|
986
|
-
readonly internalType: "address";
|
987
|
-
readonly name: "signer";
|
988
|
-
readonly type: "address";
|
989
|
-
}, {
|
990
|
-
readonly internalType: "uint256";
|
991
|
-
readonly name: "deadline";
|
992
|
-
readonly type: "uint256";
|
993
|
-
}, {
|
994
|
-
readonly internalType: "bytes";
|
995
|
-
readonly name: "signature";
|
996
|
-
readonly type: "bytes";
|
997
|
-
}];
|
998
|
-
readonly name: "executeWithSig";
|
999
|
-
readonly outputs: readonly [{
|
1000
|
-
readonly internalType: "bytes";
|
1001
|
-
readonly name: "result";
|
1002
|
-
readonly type: "bytes";
|
1003
|
-
}];
|
1004
|
-
readonly stateMutability: "payable";
|
1005
|
-
readonly type: "function";
|
1006
|
-
})[];
|
1007
|
-
constructor(rpcClient: PublicClient, wallet: WalletClient);
|
7
|
+
constructor(rpcClient: PublicClient, wallet: SimpleWalletClient);
|
1008
8
|
/** Executes a transaction from the IP Account.
|
1009
9
|
* @param request The request object containing necessary data to execute IP Account a transaction.
|
1010
10
|
* @param request.to The recipient of the transaction.
|