Skip to content

Commit 275784b

Browse files
committed
Regenerate all schemas
1 parent 8b209cf commit 275784b

File tree

90 files changed

+9219
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+9219
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"contract_name": "burner",
3+
"contract_version": "0.0.0",
4+
"idl_version": "1.0.0",
5+
"instantiate": {
6+
"type": "v1",
7+
"root": 0,
8+
"definitions": [
9+
{
10+
"name": "InstantiateMsg",
11+
"description": "A placeholder where we don't take any input",
12+
"type": "struct",
13+
"properties": {}
14+
}
15+
]
16+
},
17+
"execute": null,
18+
"query": null,
19+
"migrate": {
20+
"type": "v1",
21+
"root": 2,
22+
"definitions": [
23+
{
24+
"name": "String",
25+
"type": "string"
26+
},
27+
{
28+
"name": "u32",
29+
"type": "integer",
30+
"precision": 32,
31+
"signed": false
32+
},
33+
{
34+
"name": "MigrateMsg",
35+
"type": "struct",
36+
"properties": {
37+
"delete": {
38+
"description": "Optional amount of items to delete in this call.\nIf it is not provided, nothing will be deleted.\nYou can delete further items in a subsequent execute call.",
39+
"value": 1
40+
},
41+
"payout": {
42+
"description": "The address we send all remaining balance to",
43+
"value": 0
44+
}
45+
}
46+
}
47+
]
48+
},
49+
"sudo": null,
50+
"responses": null
51+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"type": "v1",
3+
"root": 0,
4+
"definitions": [
5+
{
6+
"name": "InstantiateMsg",
7+
"description": "A placeholder where we don't take any input",
8+
"type": "struct",
9+
"properties": {}
10+
}
11+
]
12+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"type": "v1",
3+
"root": 2,
4+
"definitions": [
5+
{
6+
"name": "String",
7+
"type": "string"
8+
},
9+
{
10+
"name": "u32",
11+
"type": "integer",
12+
"precision": 32,
13+
"signed": false
14+
},
15+
{
16+
"name": "MigrateMsg",
17+
"type": "struct",
18+
"properties": {
19+
"delete": {
20+
"description": "Optional amount of items to delete in this call.\nIf it is not provided, nothing will be deleted.\nYou can delete further items in a subsequent execute call.",
21+
"value": 1
22+
},
23+
"payout": {
24+
"description": "The address we send all remaining balance to",
25+
"value": 0
26+
}
27+
}
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)