Crate remote_externalities
source ·Expand description
Remote Externalities
An equivalent of sp_io::TestExternalities
that can load its state from a remote substrate
based chain, or a local state snapshot file.
Modules
WS RPC API for one off RPC calls to a substrate node.
Structs
Builder for remote-externalities.
Configuration of the offline execution.
Configuration of the online execution.
Configuration of the state snapshot.
Enums
Traits
Client implementation for the
RpcApi
RPC API.Type Definitions
Type alias for Externalities implementation used in tests.