pub type OffchainPayloadType = (Vec<u8>, u32);
Payloads stored offchain contain a tuple of (bytes(the payload reference), payload length).