pub type ChannelRef = String;Expand description
A signed channel ref (typically a closure hash or a tagged ref name).
Shared between reconciler (PlanAction::OpenRollout.target_ref) and
state-machine (RolloutEvent::RolloutOpened.target_ref); lives in proto
so both pure crates can depend on it without cross-edges (RFC-0008 §7).
Aliased Type§
pub struct ChannelRef { /* private fields */ }