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.