Parameters for the admin.alias method.
Parameters for the admin.getChainAliases method.
Return type for the admin.getChainAliases method.
Parameters for the admin.getLoggerLevel method.
Return type for the admin.getLoggerLevel method.
Return type for the admin.loadVMs method.
Parameters for the admin.setLoggerLevel method.
Assign an API endpoint an alias, a different endpoint for the API. The original endpoint will still work. This change only affects this node.
Give a blockchain an alias, a different name that can be used any place the blockchain's ID is used. Note: The alias is set for each chain on each node individually.
Returns the aliases of the chain.
Returns log and display levels of loggers.
Dynamically loads any virtual machines installed on the node as plugins.
Writes a profile of mutex statistics to lock.profile.
Writes a memory profile of the node to mem.profile.
Sets log and display levels of loggers.
Start profiling the CPU utilization of the node.
To stop, call stopCPUProfiler. On stop, writes the profile to cpu.profile.
Stop the CPU profile that was previously started.
Parameters for the
admin.aliasChainmethod.