Crate sc_rpc_api[−][src]
Substrate RPC interfaces.
A collection of RPC methods and subscriptions supported by all substrate clients.
Modules
| author | Substrate block-author/full-node API. |
| chain | Substrate blockchain API. |
| child_state | Substrate state API. |
| offchain | Substrate offchain API. |
| state | Substrate state API. |
| system | Substrate system API. |
Structs
| Metadata | RPC Metadata. |
| Receiver | Wraps around |
Enums
| DenyUnsafe | Signifies whether a potentially unsafe RPC should be denied. |
Traits
| RpcExtension | A type that can augment |