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.
pub const BUFFER_SIZE: usize = 16384;
The capacity of the static buffer.
Usually set to 16 kB.
Can be modified by setting INK_STATIC_BUFFER_SIZE
environmental variable.