forked from GXKe/signupeoseos
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsignupeoseos.abi
45 lines (45 loc) · 1.05 KB
/
signupeoseos.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
{
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Thu Mar 7 19:26:15 2019",
"version": "eosio::abi/1.1",
"structs": [
{
"name": "transfer",
"base": "",
"fields": [
{
"name": "from",
"type": "account_name"
},
{
"name": "to",
"type": "account_name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
}
],
"types": [
{
"new_type_name": "account_name",
"type": "name"
}
],
"actions": [
{
"name": "transfer",
"type": "transfer",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"variants": [],
"abi_extensions": []
}