Crate substrate_frame_rpc_system[−][src]
System FRAME specific RPC methods.
Modules
| gen_client | The generated client module. |
Structs
| FullSystem | An implementation of System-specific RPC methods on full client. |
| LightSystem | An implementation of System-specific RPC methods on light client. |
| SystemClient | The Client. |
Enums
| Error | Error type of this RPC api. |
Traits
| AccountNonceApi | The API to query account nonce (aka transaction index). |
| SystemApi | System RPC methods. |
Type Definitions
| FutureResult | Future that resolves to account nonce. |