提交 8d461eca 编写于 作者: K Kevin Heifner

Add rammarket table to abi

上级 2ce5b800
......@@ -381,6 +381,21 @@
"fields": [
{"name":"params", "type":"blockchain_parameters"}
]
},{
"name": "connector",
"base": "",
"fields": [
{"name":"balance", "type":"asset"},
{"name":"weight", "type":"float64"}
]
},{
"name": "exchange_state",
"base": "",
"fields": [
{"name":"supply", "type":"asset"},
{"name":"base", "type":"connector"},
{"name":"quote", "type":"connector"}
]
}
],
"actions": [{
......@@ -526,6 +541,12 @@
"index_type": "i64",
"key_names" : ["to"],
"key_types" : ["uint64"]
},{
"name": "rammarket",
"type": "exchange_state",
"index_type": "i64",
"key_names" : ["supply"],
"key_types" : ["uint64"]
},{
"name": "refunds",
"type": "refund_request",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册