pub fn collator_signature_payload<H>(
    relay_parent: &H,
    para_id: &Id,
    persisted_validation_data_hash: &H256,
    pov_hash: &H256,
    validation_code_hash: &ValidationCodeHash
) -> [u8; 132]
where H: AsRef<[u8]>,
Expand description

Get a collator signature payload on a relay-parent, block-data combo.