1/// Virtual-clients-draft derivation chain: types and helpers for the 2/// per-commit material the application supplies on the sender side and 3/// the receiver re-derives. 4#[cfg(feature = "virtual-clients-draft")] 5pub mod vc_derivation_info;