pub fn localized_payload<E: Encode>(
    round: RoundNumber,
    set_id: SetId,
    message: &E
) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Encode round message localized to a given round and set id.