提交 949be1c2 编写于 作者: A arhag

Merge branch 'master' into 3638-fix-check-actor-list

......@@ -383,6 +383,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": [{
......@@ -532,6 +547,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.
先完成此消息的编辑!
想要评论请 注册