Type Definition solana_runtime::account_info::OffsetReduced
source · pub type OffsetReduced = u32;
Expand description
how large the offset we store in AccountInfo is Note this is a smaller datatype than ‘Offset’ AppendVecs store accounts aligned to u64, so offset is always a multiple of 8 (sizeof(u64))