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.
Structs§
- Builder
 - Builder for remote-externalities.
 - Offline
Config  - Configuration of the offline execution.
 - Online
Config  - Configuration of the online execution.
 - Remote
Externalities  - An externalities that acts exactly the same as [
sp_io::TestExternalities] but has a few extra bits and pieces to it, and can be loaded remotely. - Snapshot
Config  - Configuration of the state snapshot.