Type Alias pallet_messages::OffchainPayloadType
source · pub type OffchainPayloadType = (Vec<u8>, u32);
Expand description
Payloads stored offchain contain a tuple of (bytes(the payload reference), payload length).
pub type OffchainPayloadType = (Vec<u8>, u32);
Payloads stored offchain contain a tuple of (bytes(the payload reference), payload length).