Constant sol_anon::constants::SLOT_BASE_SPACE

source ·
pub const SLOT_BASE_SPACE: usize = _; // 44usize
Expand description

Base space allocated for each slot account. Breakdown:

  • 8 bytes for the account discriminator
  • 32 bytes for the recipient’s public key
  • 4 bytes for the String prefix (length of the message)