Crate interbtc_rpc
source ·Expand description
A collection of node-specific RPC methods.
Substrate provides the sc-rpc
crate, which defines the core RPC layer
used by Substrate nodes. This file extends those RPC definitions with
capabilities that are specific to this project’s runtime configuration.
Re-exports
pub use self::eth::create_eth;
pub use self::eth::EthDeps;
Modules
Structs
- Full client dependencies.
Enums
- Signifies whether a potentially unsafe RPC should be denied.
Functions
- Instantiate all full RPC extensions.
Type Definitions
- A type representing all RPC extensions.