Expose get_rpc_config and get_node_rpc_config

This commit is contained in:
Fabio Alessandrelli
2025-05-26 22:17:21 +02:00
parent c28d5d0058
commit b73ec1fa9b
8 changed files with 37 additions and 0 deletions

View File

@@ -135,6 +135,10 @@ protected:
void _set_debugger_break_language();
Variant _get_rpc_config_bind() const {
return get_rpc_config().duplicate(true);
}
public:
virtual void reload_from_file() override;