Skip to content
Snippets Groups Projects
Commit bbc4781c authored by Martin Lees's avatar Martin Lees
Browse files

Added rc methods for HF26

parent cee4a83e
No related branches found
No related tags found
1 merge request!29Added rc methods for HF26
......@@ -434,5 +434,28 @@ export default [
{
"api": "database_api",
"method": "get_nai_pool",
}
},
{
"api": "rc_api",
"method": "find_rc_accounts",
"params": ["accounts"]
},
{
"api": "rc_api",
"method": "list_rc_accounts",
"params": ["start", "limit"]
},
{
"api": "rc_api",
"method": "list_rc_direct_delegations",
"params": ["start", "limit"]
},
{
"api": "rc_api",
"method": "get_resource_params",
},
{
"api": "rc_api",
"method": "get_resource_pool",
},
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment