pub fn localized_payload<E>(
    round: u64,
    set_id: u64,
    message: &E
) -> Vec<u8, Global> where
    E: Encode,
Expand description

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