-
Notifications
You must be signed in to change notification settings - Fork 2
/
blaster.abi
36 lines (36 loc) · 863 Bytes
/
blaster.abi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Fri Nov 30 13:54:32 2018",
"version": "eosio::abi/1.1",
"structs": [
{
"name": "blast",
"base": "",
"fields": [
{
"name": "blast_time",
"type": "uint64"
},
{
"name": "start",
"type": "uint32"
},
{
"name": "iterations",
"type": "uint32"
}
]
}
],
"types": [],
"actions": [
{
"name": "blast",
"type": "blast",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"variants": [],
"abi_extensions": []
}