Constant bcs::MAX_SEQUENCE_LENGTH
source · pub const MAX_SEQUENCE_LENGTH: usize = _; // 2_147_483_647usize
Expand description
Variable length sequences in BCS are limited to max length of 2^31 - 1.
pub const MAX_SEQUENCE_LENGTH: usize = _; // 2_147_483_647usize
Variable length sequences in BCS are limited to max length of 2^31 - 1.