Skip to content
Snippets Groups Projects

Added rc methods for HF26

Merged Howo requested to merge feature/direct_rc_delegations into master
1 file
+ 24
1
Compare changes
  • Side-by-side
  • Inline
+ 24
1
@@ -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",
},
];
Loading