-
Notifications
You must be signed in to change notification settings - Fork 1
/
eosfaucet.abi
50 lines (50 loc) · 1.1 KB
/
eosfaucet.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Sat Dec 8 16:30:07 2018",
"version": "eosio::abi/1.1",
"structs": [
{
"name": "get",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
}
]
},
{
"name": "limit",
"base": "",
"fields": [
{
"name": "name",
"type": "name"
},
{
"name": "time",
"type": "uint32"
}
]
}
],
"types": [],
"actions": [
{
"name": "get",
"type": "get",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "limit",
"type": "limit",
"index_type": "i64",
"key_names": [],
"key_types": []
}
],
"ricardian_clauses": [],
"variants": [],
"abi_extensions": []
}