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.
Files changed (94) hide show
  1. package/LICENSE +21 -0
  2. package/dist/client.d.ts +8 -0
  3. package/dist/client.d.ts.map +1 -0
  4. package/dist/client.js +2 -0
  5. package/dist/client.js.map +1 -0
  6. package/dist/client.test-d.d.ts +2 -0
  7. package/dist/client.test-d.d.ts.map +1 -0
  8. package/dist/client.test-d.js +50 -0
  9. package/dist/client.test-d.js.map +1 -0
  10. package/dist/contract.bench-d.d.ts +2 -0
  11. package/dist/contract.bench-d.d.ts.map +1 -0
  12. package/dist/contract.bench-d.js +67 -0
  13. package/dist/contract.bench-d.js.map +1 -0
  14. package/dist/contract.d.ts +27 -0
  15. package/dist/contract.d.ts.map +1 -0
  16. package/dist/contract.js +30 -0
  17. package/dist/contract.js.map +1 -0
  18. package/dist/contract.test-d.d.ts +2 -0
  19. package/dist/contract.test-d.d.ts.map +1 -0
  20. package/dist/contract.test-d.js +147 -0
  21. package/dist/contract.test-d.js.map +1 -0
  22. package/dist/contract.test.d.ts +2 -0
  23. package/dist/contract.test.d.ts.map +1 -0
  24. package/dist/contract.test.js +77 -0
  25. package/dist/contract.test.js.map +1 -0
  26. package/dist/index.d.ts +5 -0
  27. package/dist/index.d.ts.map +1 -0
  28. package/dist/index.js +2 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/schemas/cw20/execute.d.ts +367 -0
  31. package/dist/schemas/cw20/execute.d.ts.map +1 -0
  32. package/dist/schemas/cw20/execute.js +398 -0
  33. package/dist/schemas/cw20/execute.js.map +1 -0
  34. package/dist/schemas/cw20/index.d.ts +905 -0
  35. package/dist/schemas/cw20/index.d.ts.map +1 -0
  36. package/dist/schemas/cw20/index.js +10 -0
  37. package/dist/schemas/cw20/index.js.map +1 -0
  38. package/dist/schemas/cw20/query.d.ts +160 -0
  39. package/dist/schemas/cw20/query.d.ts.map +1 -0
  40. package/dist/schemas/cw20/query.js +170 -0
  41. package/dist/schemas/cw20/query.js.map +1 -0
  42. package/dist/schemas/cw20/responses.d.ts +386 -0
  43. package/dist/schemas/cw20/responses.d.ts.map +1 -0
  44. package/dist/schemas/cw20/responses.js +416 -0
  45. package/dist/schemas/cw20/responses.js.map +1 -0
  46. package/dist/schemas/cw721/execute.d.ts +543 -0
  47. package/dist/schemas/cw721/execute.d.ts.map +1 -0
  48. package/dist/schemas/cw721/execute.js +597 -0
  49. package/dist/schemas/cw721/execute.js.map +1 -0
  50. package/dist/schemas/cw721/index.d.ts +2507 -0
  51. package/dist/schemas/cw721/index.d.ts.map +1 -0
  52. package/dist/schemas/cw721/index.js +10 -0
  53. package/dist/schemas/cw721/index.js.map +1 -0
  54. package/dist/schemas/cw721/query.d.ts +487 -0
  55. package/dist/schemas/cw721/query.d.ts.map +1 -0
  56. package/dist/schemas/cw721/query.js +526 -0
  57. package/dist/schemas/cw721/query.js.map +1 -0
  58. package/dist/schemas/cw721/responses.d.ts +1485 -0
  59. package/dist/schemas/cw721/responses.d.ts.map +1 -0
  60. package/dist/schemas/cw721/responses.js +1675 -0
  61. package/dist/schemas/cw721/responses.js.map +1 -0
  62. package/dist/schemas/index.d.ts +3 -0
  63. package/dist/schemas/index.d.ts.map +1 -0
  64. package/dist/schemas/index.js +3 -0
  65. package/dist/schemas/index.js.map +1 -0
  66. package/dist/schemas/schemas.test-d.d.ts +2 -0
  67. package/dist/schemas/schemas.test-d.d.ts.map +1 -0
  68. package/dist/schemas/schemas.test-d.js +92 -0
  69. package/dist/schemas/schemas.test-d.js.map +1 -0
  70. package/dist/schemas/schemas.test.d.ts +2 -0
  71. package/dist/schemas/schemas.test.d.ts.map +1 -0
  72. package/dist/schemas/schemas.test.js +150 -0
  73. package/dist/schemas/schemas.test.js.map +1 -0
  74. package/dist/telescope.d.ts +140 -0
  75. package/dist/telescope.d.ts.map +1 -0
  76. package/dist/telescope.js +119 -0
  77. package/dist/telescope.js.map +1 -0
  78. package/dist/telescope.test.d.ts +2 -0
  79. package/dist/telescope.test.d.ts.map +1 -0
  80. package/dist/telescope.test.js +91 -0
  81. package/dist/telescope.test.js.map +1 -0
  82. package/dist/types.d.ts +9 -0
  83. package/dist/types.d.ts.map +1 -0
  84. package/dist/types.js +2 -0
  85. package/dist/types.js.map +1 -0
  86. package/dist/types.test-d.d.ts +2 -0
  87. package/dist/types.test-d.d.ts.map +1 -0
  88. package/dist/types.test-d.js +28 -0
  89. package/dist/types.test-d.js.map +1 -0
  90. package/dist/wallet-compat.test-d.d.ts +13 -0
  91. package/dist/wallet-compat.test-d.d.ts.map +1 -0
  92. package/dist/wallet-compat.test-d.js +74 -0
  93. package/dist/wallet-compat.test-d.js.map +1 -0
  94. package/package.json +65 -7
@@ -0,0 +1,543 @@
1
+ /**
2
+ * CW721 ExecuteMsg schema.
3
+ * Generated from cw-nfts cw721-base cargo schema output.
4
+ */
5
+ export declare const cw721ExecuteSchema: {
6
+ readonly oneOf: readonly [{
7
+ readonly description: "Deprecated: use UpdateMinterOwnership instead! Will be removed in next release!";
8
+ readonly deprecated: true;
9
+ readonly type: "object";
10
+ readonly required: readonly ["update_ownership"];
11
+ readonly properties: {
12
+ readonly update_ownership: {
13
+ readonly $ref: "#/definitions/Action";
14
+ };
15
+ };
16
+ readonly additionalProperties: false;
17
+ }, {
18
+ readonly type: "object";
19
+ readonly required: readonly ["update_minter_ownership"];
20
+ readonly properties: {
21
+ readonly update_minter_ownership: {
22
+ readonly $ref: "#/definitions/Action";
23
+ };
24
+ };
25
+ readonly additionalProperties: false;
26
+ }, {
27
+ readonly type: "object";
28
+ readonly required: readonly ["update_creator_ownership"];
29
+ readonly properties: {
30
+ readonly update_creator_ownership: {
31
+ readonly $ref: "#/definitions/Action";
32
+ };
33
+ };
34
+ readonly additionalProperties: false;
35
+ }, {
36
+ readonly description: "The creator is the only one eligible to update `CollectionInfo`.";
37
+ readonly type: "object";
38
+ readonly required: readonly ["update_collection_info"];
39
+ readonly properties: {
40
+ readonly update_collection_info: {
41
+ readonly type: "object";
42
+ readonly required: readonly ["collection_info"];
43
+ readonly properties: {
44
+ readonly collection_info: {
45
+ readonly $ref: "#/definitions/CollectionInfoMsg_for_Nullable_CollectionExtensionMsg_for_RoyaltyInfoResponse";
46
+ };
47
+ };
48
+ readonly additionalProperties: false;
49
+ };
50
+ };
51
+ readonly additionalProperties: false;
52
+ }, {
53
+ readonly description: "Transfer is a base message to move a token to another account without triggering actions";
54
+ readonly type: "object";
55
+ readonly required: readonly ["transfer_nft"];
56
+ readonly properties: {
57
+ readonly transfer_nft: {
58
+ readonly type: "object";
59
+ readonly required: readonly ["recipient", "token_id"];
60
+ readonly properties: {
61
+ readonly recipient: {
62
+ readonly type: "string";
63
+ };
64
+ readonly token_id: {
65
+ readonly type: "string";
66
+ };
67
+ };
68
+ readonly additionalProperties: false;
69
+ };
70
+ };
71
+ readonly additionalProperties: false;
72
+ }, {
73
+ readonly description: "Send is a base message to transfer a token to a contract and trigger an action on the receiving contract.";
74
+ readonly type: "object";
75
+ readonly required: readonly ["send_nft"];
76
+ readonly properties: {
77
+ readonly send_nft: {
78
+ readonly type: "object";
79
+ readonly required: readonly ["contract", "msg", "token_id"];
80
+ readonly properties: {
81
+ readonly contract: {
82
+ readonly type: "string";
83
+ };
84
+ readonly msg: {
85
+ readonly $ref: "#/definitions/Binary";
86
+ };
87
+ readonly token_id: {
88
+ readonly type: "string";
89
+ };
90
+ };
91
+ readonly additionalProperties: false;
92
+ };
93
+ };
94
+ readonly additionalProperties: false;
95
+ }, {
96
+ readonly 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";
97
+ readonly type: "object";
98
+ readonly required: readonly ["approve"];
99
+ readonly properties: {
100
+ readonly approve: {
101
+ readonly type: "object";
102
+ readonly required: readonly ["spender", "token_id"];
103
+ readonly properties: {
104
+ readonly expires: {
105
+ readonly anyOf: readonly [{
106
+ readonly $ref: "#/definitions/Expiration";
107
+ }, {
108
+ readonly type: "null";
109
+ }];
110
+ };
111
+ readonly spender: {
112
+ readonly type: "string";
113
+ };
114
+ readonly token_id: {
115
+ readonly type: "string";
116
+ };
117
+ };
118
+ readonly additionalProperties: false;
119
+ };
120
+ };
121
+ readonly additionalProperties: false;
122
+ }, {
123
+ readonly description: "Remove previously granted Approval";
124
+ readonly type: "object";
125
+ readonly required: readonly ["revoke"];
126
+ readonly properties: {
127
+ readonly revoke: {
128
+ readonly type: "object";
129
+ readonly required: readonly ["spender", "token_id"];
130
+ readonly properties: {
131
+ readonly spender: {
132
+ readonly type: "string";
133
+ };
134
+ readonly token_id: {
135
+ readonly type: "string";
136
+ };
137
+ };
138
+ readonly additionalProperties: false;
139
+ };
140
+ };
141
+ readonly additionalProperties: false;
142
+ }, {
143
+ readonly 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";
144
+ readonly type: "object";
145
+ readonly required: readonly ["approve_all"];
146
+ readonly properties: {
147
+ readonly approve_all: {
148
+ readonly type: "object";
149
+ readonly required: readonly ["operator"];
150
+ readonly properties: {
151
+ readonly expires: {
152
+ readonly anyOf: readonly [{
153
+ readonly $ref: "#/definitions/Expiration";
154
+ }, {
155
+ readonly type: "null";
156
+ }];
157
+ };
158
+ readonly operator: {
159
+ readonly type: "string";
160
+ };
161
+ };
162
+ readonly additionalProperties: false;
163
+ };
164
+ };
165
+ readonly additionalProperties: false;
166
+ }, {
167
+ readonly description: "Remove previously granted ApproveAll permission";
168
+ readonly type: "object";
169
+ readonly required: readonly ["revoke_all"];
170
+ readonly properties: {
171
+ readonly revoke_all: {
172
+ readonly type: "object";
173
+ readonly required: readonly ["operator"];
174
+ readonly properties: {
175
+ readonly operator: {
176
+ readonly type: "string";
177
+ };
178
+ };
179
+ readonly additionalProperties: false;
180
+ };
181
+ };
182
+ readonly additionalProperties: false;
183
+ }, {
184
+ readonly description: "Mint a new NFT, can only be called by the contract minter";
185
+ readonly type: "object";
186
+ readonly required: readonly ["mint"];
187
+ readonly properties: {
188
+ readonly mint: {
189
+ readonly type: "object";
190
+ readonly required: readonly ["owner", "token_id"];
191
+ readonly properties: {
192
+ readonly extension: {
193
+ readonly description: "Any custom extension used by this contract";
194
+ readonly anyOf: readonly [{
195
+ readonly $ref: "#/definitions/Empty";
196
+ }, {
197
+ readonly type: "null";
198
+ }];
199
+ };
200
+ readonly owner: {
201
+ readonly description: "The owner of the newly minter NFT";
202
+ readonly type: "string";
203
+ };
204
+ readonly token_id: {
205
+ readonly description: "Unique ID of the NFT";
206
+ readonly type: "string";
207
+ };
208
+ readonly token_uri: {
209
+ readonly description: "Universal resource identifier for this NFT Should point to a JSON file that conforms to the ERC721 Metadata JSON Schema";
210
+ readonly type: readonly ["string", "null"];
211
+ };
212
+ };
213
+ readonly additionalProperties: false;
214
+ };
215
+ };
216
+ readonly additionalProperties: false;
217
+ }, {
218
+ readonly description: "Burn an NFT the sender has access to";
219
+ readonly type: "object";
220
+ readonly required: readonly ["burn"];
221
+ readonly properties: {
222
+ readonly burn: {
223
+ readonly type: "object";
224
+ readonly required: readonly ["token_id"];
225
+ readonly properties: {
226
+ readonly token_id: {
227
+ readonly type: "string";
228
+ };
229
+ };
230
+ readonly additionalProperties: false;
231
+ };
232
+ };
233
+ readonly additionalProperties: false;
234
+ }, {
235
+ readonly description: "Add an additional minter. Only the primary minter (manager) can call this.";
236
+ readonly type: "object";
237
+ readonly required: readonly ["add_minter"];
238
+ readonly properties: {
239
+ readonly add_minter: {
240
+ readonly type: "object";
241
+ readonly required: readonly ["minter"];
242
+ readonly properties: {
243
+ readonly minter: {
244
+ readonly type: "string";
245
+ };
246
+ };
247
+ readonly additionalProperties: false;
248
+ };
249
+ };
250
+ readonly additionalProperties: false;
251
+ }, {
252
+ readonly description: "Remove an additional minter. Only the primary minter (manager) can call this.";
253
+ readonly type: "object";
254
+ readonly required: readonly ["remove_minter"];
255
+ readonly properties: {
256
+ readonly remove_minter: {
257
+ readonly type: "object";
258
+ readonly required: readonly ["minter"];
259
+ readonly properties: {
260
+ readonly minter: {
261
+ readonly type: "string";
262
+ };
263
+ };
264
+ readonly additionalProperties: false;
265
+ };
266
+ };
267
+ readonly additionalProperties: false;
268
+ }, {
269
+ readonly description: "Custom msg execution. This is a no-op in default implementation.";
270
+ readonly type: "object";
271
+ readonly required: readonly ["update_extension"];
272
+ readonly properties: {
273
+ readonly update_extension: {
274
+ readonly type: "object";
275
+ readonly required: readonly ["msg"];
276
+ readonly properties: {
277
+ readonly msg: {
278
+ readonly $ref: "#/definitions/Empty";
279
+ };
280
+ };
281
+ readonly additionalProperties: false;
282
+ };
283
+ };
284
+ readonly additionalProperties: false;
285
+ }, {
286
+ readonly 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.";
287
+ readonly type: "object";
288
+ readonly required: readonly ["update_nft_info"];
289
+ readonly properties: {
290
+ readonly update_nft_info: {
291
+ readonly type: "object";
292
+ readonly required: readonly ["token_id"];
293
+ readonly properties: {
294
+ readonly extension: {
295
+ readonly anyOf: readonly [{
296
+ readonly $ref: "#/definitions/Empty";
297
+ }, {
298
+ readonly type: "null";
299
+ }];
300
+ };
301
+ readonly token_id: {
302
+ readonly type: "string";
303
+ };
304
+ readonly token_uri: {
305
+ readonly description: "NOTE: Empty string is handled as None";
306
+ readonly type: readonly ["string", "null"];
307
+ };
308
+ };
309
+ readonly additionalProperties: false;
310
+ };
311
+ };
312
+ readonly additionalProperties: false;
313
+ }, {
314
+ readonly description: "Sets address to send withdrawn fees to. Only owner can call this.";
315
+ readonly type: "object";
316
+ readonly required: readonly ["set_withdraw_address"];
317
+ readonly properties: {
318
+ readonly set_withdraw_address: {
319
+ readonly type: "object";
320
+ readonly required: readonly ["address"];
321
+ readonly properties: {
322
+ readonly address: {
323
+ readonly type: "string";
324
+ };
325
+ };
326
+ readonly additionalProperties: false;
327
+ };
328
+ };
329
+ readonly additionalProperties: false;
330
+ }, {
331
+ readonly description: "Removes the withdraw address, so fees are sent to the contract. Only owner can call this.";
332
+ readonly type: "object";
333
+ readonly required: readonly ["remove_withdraw_address"];
334
+ readonly properties: {
335
+ readonly remove_withdraw_address: {
336
+ readonly type: "object";
337
+ readonly additionalProperties: false;
338
+ };
339
+ };
340
+ readonly additionalProperties: false;
341
+ }, {
342
+ readonly description: "Withdraw from the contract to the given address. Anyone can call this, which is okay since withdraw address has been set by owner.";
343
+ readonly type: "object";
344
+ readonly required: readonly ["withdraw_funds"];
345
+ readonly properties: {
346
+ readonly withdraw_funds: {
347
+ readonly type: "object";
348
+ readonly required: readonly ["amount"];
349
+ readonly properties: {
350
+ readonly amount: {
351
+ readonly $ref: "#/definitions/Coin";
352
+ };
353
+ };
354
+ readonly additionalProperties: false;
355
+ };
356
+ };
357
+ readonly additionalProperties: false;
358
+ }];
359
+ readonly definitions: {
360
+ readonly Action: {
361
+ readonly description: "Actions that can be taken to alter the contract's ownership";
362
+ readonly oneOf: readonly [{
363
+ readonly 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.";
364
+ readonly type: "object";
365
+ readonly required: readonly ["transfer_ownership"];
366
+ readonly properties: {
367
+ readonly transfer_ownership: {
368
+ readonly type: "object";
369
+ readonly required: readonly ["new_owner"];
370
+ readonly properties: {
371
+ readonly expiry: {
372
+ readonly anyOf: readonly [{
373
+ readonly $ref: "#/definitions/Expiration";
374
+ }, {
375
+ readonly type: "null";
376
+ }];
377
+ };
378
+ readonly new_owner: {
379
+ readonly type: "string";
380
+ };
381
+ };
382
+ readonly additionalProperties: false;
383
+ };
384
+ };
385
+ readonly additionalProperties: false;
386
+ }, {
387
+ readonly description: "Accept the pending ownership transfer.\n\nCan only be called by the pending owner.";
388
+ readonly type: "string";
389
+ readonly enum: readonly ["accept_ownership"];
390
+ }, {
391
+ readonly 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.";
392
+ readonly type: "string";
393
+ readonly enum: readonly ["renounce_ownership"];
394
+ }];
395
+ };
396
+ readonly Binary: {
397
+ readonly 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>.";
398
+ readonly type: "string";
399
+ };
400
+ readonly Coin: {
401
+ readonly type: "object";
402
+ readonly required: readonly ["amount", "denom"];
403
+ readonly properties: {
404
+ readonly amount: {
405
+ readonly $ref: "#/definitions/Uint128";
406
+ };
407
+ readonly denom: {
408
+ readonly type: "string";
409
+ };
410
+ };
411
+ readonly additionalProperties: false;
412
+ };
413
+ readonly CollectionExtensionMsg_for_RoyaltyInfoResponse: {
414
+ readonly description: "NOTE: In case `info` is not provided in `create()` or `validate()` (like for migration), creator/minter assertion is skipped.";
415
+ readonly type: "object";
416
+ readonly properties: {
417
+ readonly banner_url: {
418
+ readonly type: readonly ["string", "null"];
419
+ };
420
+ readonly description: {
421
+ readonly type: readonly ["string", "null"];
422
+ };
423
+ readonly explicit_content: {
424
+ readonly type: readonly ["boolean", "null"];
425
+ };
426
+ readonly external_link: {
427
+ readonly type: readonly ["string", "null"];
428
+ };
429
+ readonly image: {
430
+ readonly type: readonly ["string", "null"];
431
+ };
432
+ readonly royalty_info: {
433
+ readonly anyOf: readonly [{
434
+ readonly $ref: "#/definitions/RoyaltyInfoResponse";
435
+ }, {
436
+ readonly type: "null";
437
+ }];
438
+ };
439
+ readonly start_trading_time: {
440
+ readonly anyOf: readonly [{
441
+ readonly $ref: "#/definitions/Timestamp";
442
+ }, {
443
+ readonly type: "null";
444
+ }];
445
+ };
446
+ };
447
+ readonly additionalProperties: false;
448
+ };
449
+ readonly CollectionInfoMsg_for_Nullable_CollectionExtensionMsg_for_RoyaltyInfoResponse: {
450
+ readonly type: "object";
451
+ readonly properties: {
452
+ readonly extension: {
453
+ readonly anyOf: readonly [{
454
+ readonly $ref: "#/definitions/CollectionExtensionMsg_for_RoyaltyInfoResponse";
455
+ }, {
456
+ readonly type: "null";
457
+ }];
458
+ };
459
+ readonly name: {
460
+ readonly type: readonly ["string", "null"];
461
+ };
462
+ readonly symbol: {
463
+ readonly type: readonly ["string", "null"];
464
+ };
465
+ };
466
+ readonly additionalProperties: false;
467
+ };
468
+ readonly Decimal: {
469
+ readonly 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)";
470
+ readonly type: "string";
471
+ };
472
+ readonly Empty: {
473
+ readonly 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)";
474
+ readonly type: "object";
475
+ readonly additionalProperties: false;
476
+ };
477
+ readonly Expiration: {
478
+ readonly 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)";
479
+ readonly oneOf: readonly [{
480
+ readonly description: "AtHeight will expire when `env.block.height` >= height";
481
+ readonly type: "object";
482
+ readonly required: readonly ["at_height"];
483
+ readonly properties: {
484
+ readonly at_height: {
485
+ readonly type: "integer";
486
+ readonly format: "uint64";
487
+ readonly minimum: 0;
488
+ };
489
+ };
490
+ readonly additionalProperties: false;
491
+ }, {
492
+ readonly description: "AtTime will expire when `env.block.time` >= time";
493
+ readonly type: "object";
494
+ readonly required: readonly ["at_time"];
495
+ readonly properties: {
496
+ readonly at_time: {
497
+ readonly $ref: "#/definitions/Timestamp";
498
+ };
499
+ };
500
+ readonly additionalProperties: false;
501
+ }, {
502
+ readonly description: "Never will never expire. Used to express the empty variant";
503
+ readonly type: "object";
504
+ readonly required: readonly ["never"];
505
+ readonly properties: {
506
+ readonly never: {
507
+ readonly type: "object";
508
+ readonly additionalProperties: false;
509
+ };
510
+ };
511
+ readonly additionalProperties: false;
512
+ }];
513
+ };
514
+ readonly RoyaltyInfoResponse: {
515
+ readonly type: "object";
516
+ readonly required: readonly ["payment_address", "share"];
517
+ readonly properties: {
518
+ readonly payment_address: {
519
+ readonly type: "string";
520
+ };
521
+ readonly share: {
522
+ readonly $ref: "#/definitions/Decimal";
523
+ };
524
+ };
525
+ readonly additionalProperties: false;
526
+ };
527
+ readonly Timestamp: {
528
+ readonly 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); ```";
529
+ readonly allOf: readonly [{
530
+ readonly $ref: "#/definitions/Uint64";
531
+ }];
532
+ };
533
+ readonly Uint128: {
534
+ readonly 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); ```";
535
+ readonly type: "string";
536
+ };
537
+ readonly Uint64: {
538
+ readonly 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); ```";
539
+ readonly type: "string";
540
+ };
541
+ };
542
+ };
543
+ //# sourceMappingURL=execute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../src/schemas/cw721/execute.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2mBrB,CAAA"}