Module spl_stake_pool::big_vec

source ·
Expand description

Big vector type, used with vectors that can’t be serde’d

Structs

  • Contains easy to use utilities for a big vector of Borsh-compatible types, to avoid managing the entire struct on-chain and blow through stack limits.