Constant bcs::MAX_SEQUENCE_LENGTH [−][src]
pub const MAX_SEQUENCE_LENGTH: usize = (1 << 31) - 1; // 0x0000_0000_7fff_ffffusize
Expand description
Variable length sequences in BCS are limited to max length of 2^31 - 1.
pub const MAX_SEQUENCE_LENGTH: usize = (1 << 31) - 1; // 0x0000_0000_7fff_ffffusize
Variable length sequences in BCS are limited to max length of 2^31 - 1.