space constant

int const space

The max space of a Stake account.

This is generated from the solana-stake-program StakeState struct as StakeState::size_of(): https://docs.rs/solana-stake-program/latest/solana_stake_program/stake_state/enum.StakeState.html

Implementation

static const int space = 200;