forked from waksana/exchange
-
Notifications
You must be signed in to change notification settings - Fork 14
/
exchange.abi
116 lines (116 loc) · 2.24 KB
/
exchange.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2018-09-27T09:10:55",
"version": "eosio::abi/1.1",
"types": [{
"new_type_name": "symbol_name",
"type": "uint64"
}
],
"structs": [{
"name": "orders",
"base": "",
"fields": [{
"name": "id",
"type": "uint64"
},{
"name": "price",
"type": "uint64"
},{
"name": "quantity",
"type": "asset"
},{
"name": "maker",
"type": "name"
},{
"name": "contract",
"type": "name"
}
]
},{
"name": "symbol_type",
"base": "",
"fields": [{
"name": "value",
"type": "symbol_name"
}
]
},{
"name": "bid",
"base": "",
"fields": [{
"name": "maker",
"type": "name"
},{
"name": "quantity",
"type": "asset"
},{
"name": "price",
"type": "uint64"
},{
"name": "bid_currency",
"type": "asset"
},{
"name": "bid_contract",
"type": "name"
}
]
},{
"name": "ask",
"base": "",
"fields": [{
"name": "maker",
"type": "name"
},{
"name": "quantity",
"type": "asset"
},{
"name": "price",
"type": "uint64"
},{
"name": "ask_contract",
"type": "name"
}
]
},{
"name": "cancelorder",
"base": "",
"fields": [{
"name": "scope",
"type": "name"
},{
"name": "order_id",
"type": "uint64"
}
]
}
],
"actions": [{
"name": "bid",
"type": "bid",
"ricardian_contract": ""
},{
"name": "ask",
"type": "ask",
"ricardian_contract": ""
},{
"name": "cancelorder",
"type": "cancelorder",
"ricardian_contract": ""
}
],
"tables": [{
"name": "orders",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "orders"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}