-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlostkey.abi
More file actions
59 lines (59 loc) · 1.42 KB
/
lostkey.abi
File metadata and controls
59 lines (59 loc) · 1.42 KB
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
51
52
53
54
55
56
57
58
59
{
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Fri Dec 21 17:23:37 2018",
"version": "eosio::abi/1.1",
"structs": [
{
"name": "logethadd",
"base": "",
"fields": [
{
"name": "ethaddress",
"type": "string"
},
{
"name": "account",
"type": "name"
},
{
"name": "newpubkey",
"type": "public_key"
}
]
},
{
"name": "regethkey",
"base": "",
"fields": [
{
"name": "sig",
"type": "bytes"
},
{
"name": "account",
"type": "name"
},
{
"name": "newpubkey",
"type": "public_key"
}
]
}
],
"types": [],
"actions": [
{
"name": "logethadd",
"type": "logethadd",
"ricardian_contract": ""
},
{
"name": "regethkey",
"type": "regethkey",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"variants": [],
"abi_extensions": []
}