Expand description
Substrate (Polkadot/Kusama) RPC support — method safety, CU costs, and transport.
Substrate chains use JSON-RPC on port 9944. Methods follow the module_method
naming convention (e.g., chain_getBlock, state_getStorage).
Structs§
- Substrate
Chain Client - Substrate implementation of
ChainClient. - Substrate
CuCost Table - Per-method compute-unit cost table for Substrate RPC.
- Substrate
Transport - Substrate RPC transport wrapper.
Functions§
- classify_
substrate_ method - Classify a Substrate JSON-RPC method by its safety level.
- is_
substrate_ cacheable - is_
substrate_ safe_ to_ dedup - is_
substrate_ safe_ to_ retry - kusama_
mainnet_ endpoints - polkadot_
mainnet_ endpoints