pub type OffchainPayloadType = (Vec<u8>, u32);
Expand description

Payloads stored offchain contain a tuple of (bytes(the payload reference), payload length).