📄️ Constants
The following sections contain the module constants, also known as parameter types. These can only be changed as part of a runtime upgrade. On the api, these are exposed via api.consts...
📄️ Errors
This page lists the errors that can be encountered in the different modules.
📄️ Events
Events are emitted for certain operations on the runtime. The following sections describe the events that are part of the default Substrate runtime.
📄️ Extrinsics
The following sections contain Extrinsics methods are part of the default Substrate runtime. On the api, these are exposed via api.tx...
📄️ JSON-RPC
The following sections contain known RPC methods that may be available on specific nodes (depending on configuration and available pallets) and allow you to interact with the actual node, query, and submit.
📄️ Runtime
The following section contains known runtime calls that may be available on specific runtimes (depending on configuration and available pallets). These call directly into the WASM runtime for queries and operations.
📄️ Storage
The following sections contain Storage methods are part of the default Substrate runtime. On the api, these are exposed via api.query...