concordium-std 0.4.1

A standard library for writing smart contracts for the Concordium blockchain in Rust.
Documentation
1
2
/// Maximum size of the contract state in bytes.
pub const MAX_CONTRACT_STATE_SIZE: u32 = 16384;