Constant ink_env::BUFFER_SIZE

source ·
pub const BUFFER_SIZE: usize = 16384;
Expand description

The capacity of the static buffer. Usually set to 16 kB. Can be modified by setting INK_STATIC_BUFFER_SIZE environmental variable.