SLOT_HEADER_SIZE

Constant SLOT_HEADER_SIZE 

Source
pub const SLOT_HEADER_SIZE: usize = 20;
Expand description

Header size per slot: request_id(8) + method_id(4) + status(1) + reserved(3) + payload_len(4) = 20 bytes.