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

@@ -58,6 +58,12 @@
Returns the default value of the specified property.
</description>
</method>
<method name="get_rpc_config" qualifiers="const">
<return type="Variant" />
<description>
Returns a [Dictionary] mapping method names to their RPC configuration defined by this script.
</description>
</method>
<method name="get_script_constant_map">
<return type="Dictionary" />
<description>