提交 ff4a83cf 编写于 作者: A Anton Perkov

missing table userres added to system contract ABI #2661

上级 6118acc0
......@@ -63,6 +63,15 @@
{"name":"cpu_weight", "type":"uint64"},
{"name":"storage_bytes", "type":"uint64"}
]
},{
"name": "user_resources",
"base": "",
"fields": [
{"name":"owner", "type":"account_name"},
{"name":"net_weight", "type":"asset"},
{"name":"cpu_weight", "type":"asset"},
{"name":"storage_bytes", "type":"uint64"}
]
},{
"name": "total_resources",
"base": "",
......@@ -267,6 +276,12 @@
"index_type": "i64",
"key_names" : ["owner"],
"key_types" : ["account_name"]
},{
"name": "userres",
"type": "user_resources",
"index_type": "i64",
"key_names" : ["owner"],
"key_types" : ["uint64"]
},{
"name": "totalband",
"type": "total_resources",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册