Re-exports§
pub use orchestrator::sc_chain_spec;pub use subxt;pub use subxt_signer;
Modules§
- environment
- Helpers functions to get configuration (e.g. Provider and images) from the env vars
- tx_
helper
Structs§
- AddCollator
Options - AddNode
Options - Attach
ToLive Network - Custom
Process - Represent a custom process to spawn, allowing to set: cmd: Command to execute args: Argumnets to pass env: Environment to set image: Image to use (provider specific)
- Custom
Process Builder - A node configuration builder, used to build a [
NodeConfig] declaratively with fields validation. - Global
Settings - Global settings applied to an entire network.
- Global
Settings Builder - A global settings builder, used to build
GlobalSettingsdeclaratively with fields validation. - Local
File System - Network
- Network
Config - A network configuration, composed of a relaychain, parachains and HRMP channels.
- Network
Config Builder - A network configuration builder, used to build a
NetworkConfigdeclaratively with fields validation. - Network
Node - Orchestrator
- RunScript
Options
Enums§
- Orchestrator
Error - Registration
Strategy - The registration strategy that will be used for the parachain.
- With
Relaychain