pub const MAX_SEQUENCE_LENGTH: usize = (1 << 31) - 1; // 2_147_483_647usize
Expand description

Variable length sequences in BCS are limited to max length of 2^31 - 1.