Skip to content

Commit 664b79e

Browse files
[autofix.ci] apply automated fixes
1 parent 949635b commit 664b79e

File tree

96 files changed

+9517
-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.

96 files changed

+9517
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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": "burner_msg_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": 0,
22+
"definitions": [
23+
{
24+
"name": "burner_msg_MigrateMsg",
25+
"type": "struct",
26+
"properties": {
27+
"delete": {
28+
"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.",
29+
"value": 3
30+
},
31+
"denoms": {
32+
"description": "The denoms of the final payout. Balances of tokens not listed here\nwill remain in the account untouched.",
33+
"value": 2
34+
},
35+
"payout": {
36+
"description": "The address we send all remaining balance to. See denoms\nbelow for the denoms to consider.",
37+
"value": 1
38+
}
39+
}
40+
},
41+
{
42+
"name": "String",
43+
"type": "string"
44+
},
45+
{
46+
"name": "alloc::vec::Vec<alloc::string::String>",
47+
"type": "array",
48+
"items": 1
49+
},
50+
{
51+
"name": "u32",
52+
"type": "integer",
53+
"precision": 32,
54+
"signed": false
55+
}
56+
]
57+
},
58+
"sudo": null,
59+
"responses": null
60+
}
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": "burner_msg_InstantiateMsg",
7+
"description": "A placeholder where we don't take any input",
8+
"type": "struct",
9+
"properties": {}
10+
}
11+
]
12+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"type": "v1",
3+
"root": 0,
4+
"definitions": [
5+
{
6+
"name": "burner_msg_MigrateMsg",
7+
"type": "struct",
8+
"properties": {
9+
"delete": {
10+
"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.",
11+
"value": 3
12+
},
13+
"denoms": {
14+
"description": "The denoms of the final payout. Balances of tokens not listed here\nwill remain in the account untouched.",
15+
"value": 2
16+
},
17+
"payout": {
18+
"description": "The address we send all remaining balance to. See denoms\nbelow for the denoms to consider.",
19+
"value": 1
20+
}
21+
}
22+
},
23+
{
24+
"name": "String",
25+
"type": "string"
26+
},
27+
{
28+
"name": "alloc::vec::Vec<alloc::string::String>",
29+
"type": "array",
30+
"items": 1
31+
},
32+
{
33+
"name": "u32",
34+
"type": "integer",
35+
"precision": 32,
36+
"signed": false
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)