Crate remote_externalities[−][src]
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.
Description of the transport protocol (for online execution).
Enums
The execution mode.
Type Definitions
Type alias for Externalities implementation used in tests.