schemos 0.0.1 → 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/LICENSE +21 -0
- package/dist/client.d.ts +8 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -0
- package/dist/client.test-d.d.ts +2 -0
- package/dist/client.test-d.d.ts.map +1 -0
- package/dist/client.test-d.js +50 -0
- package/dist/client.test-d.js.map +1 -0
- package/dist/contract.bench-d.d.ts +2 -0
- package/dist/contract.bench-d.d.ts.map +1 -0
- package/dist/contract.bench-d.js +67 -0
- package/dist/contract.bench-d.js.map +1 -0
- package/dist/contract.d.ts +27 -0
- package/dist/contract.d.ts.map +1 -0
- package/dist/contract.js +30 -0
- package/dist/contract.js.map +1 -0
- package/dist/contract.test-d.d.ts +2 -0
- package/dist/contract.test-d.d.ts.map +1 -0
- package/dist/contract.test-d.js +147 -0
- package/dist/contract.test-d.js.map +1 -0
- package/dist/contract.test.d.ts +2 -0
- package/dist/contract.test.d.ts.map +1 -0
- package/dist/contract.test.js +77 -0
- package/dist/contract.test.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/schemas/cw20/execute.d.ts +367 -0
- package/dist/schemas/cw20/execute.d.ts.map +1 -0
- package/dist/schemas/cw20/execute.js +398 -0
- package/dist/schemas/cw20/execute.js.map +1 -0
- package/dist/schemas/cw20/index.d.ts +905 -0
- package/dist/schemas/cw20/index.d.ts.map +1 -0
- package/dist/schemas/cw20/index.js +10 -0
- package/dist/schemas/cw20/index.js.map +1 -0
- package/dist/schemas/cw20/query.d.ts +160 -0
- package/dist/schemas/cw20/query.d.ts.map +1 -0
- package/dist/schemas/cw20/query.js +170 -0
- package/dist/schemas/cw20/query.js.map +1 -0
- package/dist/schemas/cw20/responses.d.ts +386 -0
- package/dist/schemas/cw20/responses.d.ts.map +1 -0
- package/dist/schemas/cw20/responses.js +416 -0
- package/dist/schemas/cw20/responses.js.map +1 -0
- package/dist/schemas/cw721/execute.d.ts +543 -0
- package/dist/schemas/cw721/execute.d.ts.map +1 -0
- package/dist/schemas/cw721/execute.js +597 -0
- package/dist/schemas/cw721/execute.js.map +1 -0
- package/dist/schemas/cw721/index.d.ts +2507 -0
- package/dist/schemas/cw721/index.d.ts.map +1 -0
- package/dist/schemas/cw721/index.js +10 -0
- package/dist/schemas/cw721/index.js.map +1 -0
- package/dist/schemas/cw721/query.d.ts +487 -0
- package/dist/schemas/cw721/query.d.ts.map +1 -0
- package/dist/schemas/cw721/query.js +526 -0
- package/dist/schemas/cw721/query.js.map +1 -0
- package/dist/schemas/cw721/responses.d.ts +1485 -0
- package/dist/schemas/cw721/responses.d.ts.map +1 -0
- package/dist/schemas/cw721/responses.js +1675 -0
- package/dist/schemas/cw721/responses.js.map +1 -0
- package/dist/schemas/index.d.ts +3 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +3 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/schemas.test-d.d.ts +2 -0
- package/dist/schemas/schemas.test-d.d.ts.map +1 -0
- package/dist/schemas/schemas.test-d.js +92 -0
- package/dist/schemas/schemas.test-d.js.map +1 -0
- package/dist/schemas/schemas.test.d.ts +2 -0
- package/dist/schemas/schemas.test.d.ts.map +1 -0
- package/dist/schemas/schemas.test.js +150 -0
- package/dist/schemas/schemas.test.js.map +1 -0
- package/dist/telescope.d.ts +140 -0
- package/dist/telescope.d.ts.map +1 -0
- package/dist/telescope.js +119 -0
- package/dist/telescope.js.map +1 -0
- package/dist/telescope.test.d.ts +2 -0
- package/dist/telescope.test.d.ts.map +1 -0
- package/dist/telescope.test.js +91 -0
- package/dist/telescope.test.js.map +1 -0
- package/dist/types.d.ts +9 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/types.test-d.d.ts +2 -0
- package/dist/types.test-d.d.ts.map +1 -0
- package/dist/types.test-d.js +28 -0
- package/dist/types.test-d.js.map +1 -0
- package/dist/wallet-compat.test-d.d.ts +13 -0
- package/dist/wallet-compat.test-d.d.ts.map +1 -0
- package/dist/wallet-compat.test-d.js +74 -0
- package/dist/wallet-compat.test-d.js.map +1 -0
- package/package.json +65 -7
|
@@ -0,0 +1,597 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CW721 ExecuteMsg schema.
|
|
3
|
+
* Generated from cw-nfts cw721-base cargo schema output.
|
|
4
|
+
*/
|
|
5
|
+
export const cw721ExecuteSchema = {
|
|
6
|
+
oneOf: [
|
|
7
|
+
{
|
|
8
|
+
description: 'Deprecated: use UpdateMinterOwnership instead! Will be removed in next release!',
|
|
9
|
+
deprecated: true,
|
|
10
|
+
type: 'object',
|
|
11
|
+
required: ['update_ownership'],
|
|
12
|
+
properties: {
|
|
13
|
+
update_ownership: {
|
|
14
|
+
$ref: '#/definitions/Action',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
additionalProperties: false,
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
type: 'object',
|
|
21
|
+
required: ['update_minter_ownership'],
|
|
22
|
+
properties: {
|
|
23
|
+
update_minter_ownership: {
|
|
24
|
+
$ref: '#/definitions/Action',
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
additionalProperties: false,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'object',
|
|
31
|
+
required: ['update_creator_ownership'],
|
|
32
|
+
properties: {
|
|
33
|
+
update_creator_ownership: {
|
|
34
|
+
$ref: '#/definitions/Action',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
additionalProperties: false,
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'The creator is the only one eligible to update `CollectionInfo`.',
|
|
41
|
+
type: 'object',
|
|
42
|
+
required: ['update_collection_info'],
|
|
43
|
+
properties: {
|
|
44
|
+
update_collection_info: {
|
|
45
|
+
type: 'object',
|
|
46
|
+
required: ['collection_info'],
|
|
47
|
+
properties: {
|
|
48
|
+
collection_info: {
|
|
49
|
+
$ref: '#/definitions/CollectionInfoMsg_for_Nullable_CollectionExtensionMsg_for_RoyaltyInfoResponse',
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
additionalProperties: false,
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
additionalProperties: false,
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
description: 'Transfer is a base message to move a token to another account without triggering actions',
|
|
59
|
+
type: 'object',
|
|
60
|
+
required: ['transfer_nft'],
|
|
61
|
+
properties: {
|
|
62
|
+
transfer_nft: {
|
|
63
|
+
type: 'object',
|
|
64
|
+
required: ['recipient', 'token_id'],
|
|
65
|
+
properties: {
|
|
66
|
+
recipient: {
|
|
67
|
+
type: 'string',
|
|
68
|
+
},
|
|
69
|
+
token_id: {
|
|
70
|
+
type: 'string',
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
additionalProperties: false,
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
additionalProperties: false,
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
description: 'Send is a base message to transfer a token to a contract and trigger an action on the receiving contract.',
|
|
80
|
+
type: 'object',
|
|
81
|
+
required: ['send_nft'],
|
|
82
|
+
properties: {
|
|
83
|
+
send_nft: {
|
|
84
|
+
type: 'object',
|
|
85
|
+
required: ['contract', 'msg', 'token_id'],
|
|
86
|
+
properties: {
|
|
87
|
+
contract: {
|
|
88
|
+
type: 'string',
|
|
89
|
+
},
|
|
90
|
+
msg: {
|
|
91
|
+
$ref: '#/definitions/Binary',
|
|
92
|
+
},
|
|
93
|
+
token_id: {
|
|
94
|
+
type: 'string',
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
additionalProperties: false,
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
additionalProperties: false,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
description: "Allows operator to transfer / send the token from the owner's account. If expiration is set, then this allowance has a time/height limit",
|
|
104
|
+
type: 'object',
|
|
105
|
+
required: ['approve'],
|
|
106
|
+
properties: {
|
|
107
|
+
approve: {
|
|
108
|
+
type: 'object',
|
|
109
|
+
required: ['spender', 'token_id'],
|
|
110
|
+
properties: {
|
|
111
|
+
expires: {
|
|
112
|
+
anyOf: [
|
|
113
|
+
{
|
|
114
|
+
$ref: '#/definitions/Expiration',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'null',
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
},
|
|
121
|
+
spender: {
|
|
122
|
+
type: 'string',
|
|
123
|
+
},
|
|
124
|
+
token_id: {
|
|
125
|
+
type: 'string',
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
additionalProperties: false,
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
additionalProperties: false,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
description: 'Remove previously granted Approval',
|
|
135
|
+
type: 'object',
|
|
136
|
+
required: ['revoke'],
|
|
137
|
+
properties: {
|
|
138
|
+
revoke: {
|
|
139
|
+
type: 'object',
|
|
140
|
+
required: ['spender', 'token_id'],
|
|
141
|
+
properties: {
|
|
142
|
+
spender: {
|
|
143
|
+
type: 'string',
|
|
144
|
+
},
|
|
145
|
+
token_id: {
|
|
146
|
+
type: 'string',
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
additionalProperties: false,
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
additionalProperties: false,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
description: "Allows operator to transfer / send any token from the owner's account. If expiration is set, then this allowance has a time/height limit",
|
|
156
|
+
type: 'object',
|
|
157
|
+
required: ['approve_all'],
|
|
158
|
+
properties: {
|
|
159
|
+
approve_all: {
|
|
160
|
+
type: 'object',
|
|
161
|
+
required: ['operator'],
|
|
162
|
+
properties: {
|
|
163
|
+
expires: {
|
|
164
|
+
anyOf: [
|
|
165
|
+
{
|
|
166
|
+
$ref: '#/definitions/Expiration',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'null',
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
operator: {
|
|
174
|
+
type: 'string',
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
additionalProperties: false,
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
additionalProperties: false,
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
description: 'Remove previously granted ApproveAll permission',
|
|
184
|
+
type: 'object',
|
|
185
|
+
required: ['revoke_all'],
|
|
186
|
+
properties: {
|
|
187
|
+
revoke_all: {
|
|
188
|
+
type: 'object',
|
|
189
|
+
required: ['operator'],
|
|
190
|
+
properties: {
|
|
191
|
+
operator: {
|
|
192
|
+
type: 'string',
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
additionalProperties: false,
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
additionalProperties: false,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
description: 'Mint a new NFT, can only be called by the contract minter',
|
|
202
|
+
type: 'object',
|
|
203
|
+
required: ['mint'],
|
|
204
|
+
properties: {
|
|
205
|
+
mint: {
|
|
206
|
+
type: 'object',
|
|
207
|
+
required: ['owner', 'token_id'],
|
|
208
|
+
properties: {
|
|
209
|
+
extension: {
|
|
210
|
+
description: 'Any custom extension used by this contract',
|
|
211
|
+
anyOf: [
|
|
212
|
+
{
|
|
213
|
+
$ref: '#/definitions/Empty',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 'null',
|
|
217
|
+
},
|
|
218
|
+
],
|
|
219
|
+
},
|
|
220
|
+
owner: {
|
|
221
|
+
description: 'The owner of the newly minter NFT',
|
|
222
|
+
type: 'string',
|
|
223
|
+
},
|
|
224
|
+
token_id: {
|
|
225
|
+
description: 'Unique ID of the NFT',
|
|
226
|
+
type: 'string',
|
|
227
|
+
},
|
|
228
|
+
token_uri: {
|
|
229
|
+
description: 'Universal resource identifier for this NFT Should point to a JSON file that conforms to the ERC721 Metadata JSON Schema',
|
|
230
|
+
type: ['string', 'null'],
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
additionalProperties: false,
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
additionalProperties: false,
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
description: 'Burn an NFT the sender has access to',
|
|
240
|
+
type: 'object',
|
|
241
|
+
required: ['burn'],
|
|
242
|
+
properties: {
|
|
243
|
+
burn: {
|
|
244
|
+
type: 'object',
|
|
245
|
+
required: ['token_id'],
|
|
246
|
+
properties: {
|
|
247
|
+
token_id: {
|
|
248
|
+
type: 'string',
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
additionalProperties: false,
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
additionalProperties: false,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
description: 'Add an additional minter. Only the primary minter (manager) can call this.',
|
|
258
|
+
type: 'object',
|
|
259
|
+
required: ['add_minter'],
|
|
260
|
+
properties: {
|
|
261
|
+
add_minter: {
|
|
262
|
+
type: 'object',
|
|
263
|
+
required: ['minter'],
|
|
264
|
+
properties: {
|
|
265
|
+
minter: {
|
|
266
|
+
type: 'string',
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
additionalProperties: false,
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
additionalProperties: false,
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
description: 'Remove an additional minter. Only the primary minter (manager) can call this.',
|
|
276
|
+
type: 'object',
|
|
277
|
+
required: ['remove_minter'],
|
|
278
|
+
properties: {
|
|
279
|
+
remove_minter: {
|
|
280
|
+
type: 'object',
|
|
281
|
+
required: ['minter'],
|
|
282
|
+
properties: {
|
|
283
|
+
minter: {
|
|
284
|
+
type: 'string',
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
additionalProperties: false,
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
additionalProperties: false,
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
description: 'Custom msg execution. This is a no-op in default implementation.',
|
|
294
|
+
type: 'object',
|
|
295
|
+
required: ['update_extension'],
|
|
296
|
+
properties: {
|
|
297
|
+
update_extension: {
|
|
298
|
+
type: 'object',
|
|
299
|
+
required: ['msg'],
|
|
300
|
+
properties: {
|
|
301
|
+
msg: {
|
|
302
|
+
$ref: '#/definitions/Empty',
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
additionalProperties: false,
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
additionalProperties: false,
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
description: "The creator is the only one eligible to update NFT's token uri and onchain metadata (`NftInfo.extension`). NOTE: approvals and owner are not affected by this call, since they belong to the NFT owner.",
|
|
312
|
+
type: 'object',
|
|
313
|
+
required: ['update_nft_info'],
|
|
314
|
+
properties: {
|
|
315
|
+
update_nft_info: {
|
|
316
|
+
type: 'object',
|
|
317
|
+
required: ['token_id'],
|
|
318
|
+
properties: {
|
|
319
|
+
extension: {
|
|
320
|
+
anyOf: [
|
|
321
|
+
{
|
|
322
|
+
$ref: '#/definitions/Empty',
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
type: 'null',
|
|
326
|
+
},
|
|
327
|
+
],
|
|
328
|
+
},
|
|
329
|
+
token_id: {
|
|
330
|
+
type: 'string',
|
|
331
|
+
},
|
|
332
|
+
token_uri: {
|
|
333
|
+
description: 'NOTE: Empty string is handled as None',
|
|
334
|
+
type: ['string', 'null'],
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
additionalProperties: false,
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
additionalProperties: false,
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
description: 'Sets address to send withdrawn fees to. Only owner can call this.',
|
|
344
|
+
type: 'object',
|
|
345
|
+
required: ['set_withdraw_address'],
|
|
346
|
+
properties: {
|
|
347
|
+
set_withdraw_address: {
|
|
348
|
+
type: 'object',
|
|
349
|
+
required: ['address'],
|
|
350
|
+
properties: {
|
|
351
|
+
address: {
|
|
352
|
+
type: 'string',
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
additionalProperties: false,
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
additionalProperties: false,
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
description: 'Removes the withdraw address, so fees are sent to the contract. Only owner can call this.',
|
|
362
|
+
type: 'object',
|
|
363
|
+
required: ['remove_withdraw_address'],
|
|
364
|
+
properties: {
|
|
365
|
+
remove_withdraw_address: {
|
|
366
|
+
type: 'object',
|
|
367
|
+
additionalProperties: false,
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
additionalProperties: false,
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
description: 'Withdraw from the contract to the given address. Anyone can call this, which is okay since withdraw address has been set by owner.',
|
|
374
|
+
type: 'object',
|
|
375
|
+
required: ['withdraw_funds'],
|
|
376
|
+
properties: {
|
|
377
|
+
withdraw_funds: {
|
|
378
|
+
type: 'object',
|
|
379
|
+
required: ['amount'],
|
|
380
|
+
properties: {
|
|
381
|
+
amount: {
|
|
382
|
+
$ref: '#/definitions/Coin',
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
additionalProperties: false,
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
additionalProperties: false,
|
|
389
|
+
},
|
|
390
|
+
],
|
|
391
|
+
definitions: {
|
|
392
|
+
Action: {
|
|
393
|
+
description: "Actions that can be taken to alter the contract's ownership",
|
|
394
|
+
oneOf: [
|
|
395
|
+
{
|
|
396
|
+
description: "Propose to transfer the contract's ownership to another account, optionally with an expiry time.\n\nCan only be called by the contract's current owner.\n\nAny existing pending ownership transfer is overwritten.",
|
|
397
|
+
type: 'object',
|
|
398
|
+
required: ['transfer_ownership'],
|
|
399
|
+
properties: {
|
|
400
|
+
transfer_ownership: {
|
|
401
|
+
type: 'object',
|
|
402
|
+
required: ['new_owner'],
|
|
403
|
+
properties: {
|
|
404
|
+
expiry: {
|
|
405
|
+
anyOf: [
|
|
406
|
+
{
|
|
407
|
+
$ref: '#/definitions/Expiration',
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
type: 'null',
|
|
411
|
+
},
|
|
412
|
+
],
|
|
413
|
+
},
|
|
414
|
+
new_owner: {
|
|
415
|
+
type: 'string',
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
additionalProperties: false,
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
additionalProperties: false,
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
description: 'Accept the pending ownership transfer.\n\nCan only be called by the pending owner.',
|
|
425
|
+
type: 'string',
|
|
426
|
+
enum: ['accept_ownership'],
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
description: "Give up the contract's ownership and the possibility of appointing a new owner.\n\nCan only be invoked by the contract's current owner.\n\nAny existing pending ownership transfer is canceled.",
|
|
430
|
+
type: 'string',
|
|
431
|
+
enum: ['renounce_ownership'],
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
},
|
|
435
|
+
Binary: {
|
|
436
|
+
description: 'Binary is a wrapper around Vec<u8> to add base64 de/serialization with serde. It also adds some helper methods to help encode inline.\n\nThis is only needed as serde-json-{core,wasm} has a horrible encoding for Vec<u8>. See also <https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md>.',
|
|
437
|
+
type: 'string',
|
|
438
|
+
},
|
|
439
|
+
Coin: {
|
|
440
|
+
type: 'object',
|
|
441
|
+
required: ['amount', 'denom'],
|
|
442
|
+
properties: {
|
|
443
|
+
amount: {
|
|
444
|
+
$ref: '#/definitions/Uint128',
|
|
445
|
+
},
|
|
446
|
+
denom: {
|
|
447
|
+
type: 'string',
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
additionalProperties: false,
|
|
451
|
+
},
|
|
452
|
+
CollectionExtensionMsg_for_RoyaltyInfoResponse: {
|
|
453
|
+
description: 'NOTE: In case `info` is not provided in `create()` or `validate()` (like for migration), creator/minter assertion is skipped.',
|
|
454
|
+
type: 'object',
|
|
455
|
+
properties: {
|
|
456
|
+
banner_url: {
|
|
457
|
+
type: ['string', 'null'],
|
|
458
|
+
},
|
|
459
|
+
description: {
|
|
460
|
+
type: ['string', 'null'],
|
|
461
|
+
},
|
|
462
|
+
explicit_content: {
|
|
463
|
+
type: ['boolean', 'null'],
|
|
464
|
+
},
|
|
465
|
+
external_link: {
|
|
466
|
+
type: ['string', 'null'],
|
|
467
|
+
},
|
|
468
|
+
image: {
|
|
469
|
+
type: ['string', 'null'],
|
|
470
|
+
},
|
|
471
|
+
royalty_info: {
|
|
472
|
+
anyOf: [
|
|
473
|
+
{
|
|
474
|
+
$ref: '#/definitions/RoyaltyInfoResponse',
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
type: 'null',
|
|
478
|
+
},
|
|
479
|
+
],
|
|
480
|
+
},
|
|
481
|
+
start_trading_time: {
|
|
482
|
+
anyOf: [
|
|
483
|
+
{
|
|
484
|
+
$ref: '#/definitions/Timestamp',
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
type: 'null',
|
|
488
|
+
},
|
|
489
|
+
],
|
|
490
|
+
},
|
|
491
|
+
},
|
|
492
|
+
additionalProperties: false,
|
|
493
|
+
},
|
|
494
|
+
CollectionInfoMsg_for_Nullable_CollectionExtensionMsg_for_RoyaltyInfoResponse: {
|
|
495
|
+
type: 'object',
|
|
496
|
+
properties: {
|
|
497
|
+
extension: {
|
|
498
|
+
anyOf: [
|
|
499
|
+
{
|
|
500
|
+
$ref: '#/definitions/CollectionExtensionMsg_for_RoyaltyInfoResponse',
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
type: 'null',
|
|
504
|
+
},
|
|
505
|
+
],
|
|
506
|
+
},
|
|
507
|
+
name: {
|
|
508
|
+
type: ['string', 'null'],
|
|
509
|
+
},
|
|
510
|
+
symbol: {
|
|
511
|
+
type: ['string', 'null'],
|
|
512
|
+
},
|
|
513
|
+
},
|
|
514
|
+
additionalProperties: false,
|
|
515
|
+
},
|
|
516
|
+
Decimal: {
|
|
517
|
+
description: 'A fixed-point decimal value with 18 fractional digits, i.e. Decimal(1_000_000_000_000_000_000) == 1.0\n\nThe greatest possible value that can be represented is 340282366920938463463.374607431768211455 (which is (2^128 - 1) / 10^18)',
|
|
518
|
+
type: 'string',
|
|
519
|
+
},
|
|
520
|
+
Empty: {
|
|
521
|
+
description: "An empty struct that serves as a placeholder in different places, such as contracts that don't set a custom message.\n\nIt is designed to be expressible in correct JSON and JSON Schema but contains no meaningful data. Previously we used enums without cases, but those cannot represented as valid JSON Schema (https://github.com/CosmWasm/cosmwasm/issues/451)",
|
|
522
|
+
type: 'object',
|
|
523
|
+
additionalProperties: false,
|
|
524
|
+
},
|
|
525
|
+
Expiration: {
|
|
526
|
+
description: 'Expiration represents a point in time when some event happens. It can compare with a BlockInfo and will return is_expired() == true once the condition is hit (and for every block in the future)',
|
|
527
|
+
oneOf: [
|
|
528
|
+
{
|
|
529
|
+
description: 'AtHeight will expire when `env.block.height` >= height',
|
|
530
|
+
type: 'object',
|
|
531
|
+
required: ['at_height'],
|
|
532
|
+
properties: {
|
|
533
|
+
at_height: {
|
|
534
|
+
type: 'integer',
|
|
535
|
+
format: 'uint64',
|
|
536
|
+
minimum: 0,
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
additionalProperties: false,
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
description: 'AtTime will expire when `env.block.time` >= time',
|
|
543
|
+
type: 'object',
|
|
544
|
+
required: ['at_time'],
|
|
545
|
+
properties: {
|
|
546
|
+
at_time: {
|
|
547
|
+
$ref: '#/definitions/Timestamp',
|
|
548
|
+
},
|
|
549
|
+
},
|
|
550
|
+
additionalProperties: false,
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
description: 'Never will never expire. Used to express the empty variant',
|
|
554
|
+
type: 'object',
|
|
555
|
+
required: ['never'],
|
|
556
|
+
properties: {
|
|
557
|
+
never: {
|
|
558
|
+
type: 'object',
|
|
559
|
+
additionalProperties: false,
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
additionalProperties: false,
|
|
563
|
+
},
|
|
564
|
+
],
|
|
565
|
+
},
|
|
566
|
+
RoyaltyInfoResponse: {
|
|
567
|
+
type: 'object',
|
|
568
|
+
required: ['payment_address', 'share'],
|
|
569
|
+
properties: {
|
|
570
|
+
payment_address: {
|
|
571
|
+
type: 'string',
|
|
572
|
+
},
|
|
573
|
+
share: {
|
|
574
|
+
$ref: '#/definitions/Decimal',
|
|
575
|
+
},
|
|
576
|
+
},
|
|
577
|
+
additionalProperties: false,
|
|
578
|
+
},
|
|
579
|
+
Timestamp: {
|
|
580
|
+
description: 'A point in time in nanosecond precision.\n\nThis type can represent times from 1970-01-01T00:00:00Z to 2554-07-21T23:34:33Z.\n\n## Examples\n\n``` # use cosmwasm_std::Timestamp; let ts = Timestamp::from_nanos(1_000_000_202); assert_eq!(ts.nanos(), 1_000_000_202); assert_eq!(ts.seconds(), 1); assert_eq!(ts.subsec_nanos(), 202);\n\nlet ts = ts.plus_seconds(2); assert_eq!(ts.nanos(), 3_000_000_202); assert_eq!(ts.seconds(), 3); assert_eq!(ts.subsec_nanos(), 202); ```',
|
|
581
|
+
allOf: [
|
|
582
|
+
{
|
|
583
|
+
$ref: '#/definitions/Uint64',
|
|
584
|
+
},
|
|
585
|
+
],
|
|
586
|
+
},
|
|
587
|
+
Uint128: {
|
|
588
|
+
description: 'A thin wrapper around u128 that is using strings for JSON encoding/decoding, such that the full u128 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.\n\n# Examples\n\nUse `from` to create instances of this and `u128` to get the value out:\n\n``` # use cosmwasm_std::Uint128; let a = Uint128::from(123u128); assert_eq!(a.u128(), 123);\n\nlet b = Uint128::from(42u64); assert_eq!(b.u128(), 42);\n\nlet c = Uint128::from(70u32); assert_eq!(c.u128(), 70); ```',
|
|
589
|
+
type: 'string',
|
|
590
|
+
},
|
|
591
|
+
Uint64: {
|
|
592
|
+
description: 'A thin wrapper around u64 that is using strings for JSON encoding/decoding, such that the full u64 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.\n\n# Examples\n\nUse `from` to create instances of this and `u64` to get the value out:\n\n``` # use cosmwasm_std::Uint64; let a = Uint64::from(42u64); assert_eq!(a.u64(), 42);\n\nlet b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```',
|
|
593
|
+
type: 'string',
|
|
594
|
+
},
|
|
595
|
+
},
|
|
596
|
+
};
|
|
597
|
+
//# sourceMappingURL=execute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../src/schemas/cw721/execute.ts"],"names":[],"mappings":"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"}
|