fn view_and_relay_commit<TYPES: NodeType, T: Committable>(
    view: TYPES::Time,
    relay: u64,
    tag: &str
) -> Commitment<T>
Expand description

This implements commit for all the types which contain a view and relay public key.