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§

pub(crate) struct Protocol {
    working_dir: PathBuf,
}

Fields§

§working_dir: PathBuf