pub fn verify_data_update_compressed(
payload: &DataUpdate,
node_count: u32,
redundancy_buffer: u8,
ordered_signers_compressed: &[[u8; 33]],
) -> Result<(), DataUpdateError>Expand description
Like verify_data_update but taking compressed (33-byte) signer pubkeys.