Module zombienet_configuration::shared::types

source ·

Structs§

Enums§

  • A CLI argument passed to an executed command, can be an option with an assigned value or a simple flag to enable/disable a feature. A flag arg can be constructed from a &str and a option arg can be constructed from a (&str, &str).
  • A location for a locally or remotely stored asset. It can be constructed from an url::Url, a std::path::PathBuf or an &str.

Type Aliases§

  • An alias for a duration in seconds.
  • An alias for a parachain ID.
  • An alias for a port.