sui_aws_orchestrator

Type Alias Protocol

Source
pub(crate) type Protocol = NarwhalProtocol;
Expand description

NOTE: Link these types to the correct protocol. Either Sui or Narwhal.

Aliased Type§

struct Protocol {
    working_dir: PathBuf,
}

Fields§

§working_dir: PathBuf