Module concordium_std::constants[][src]

Expand description

Chain constants that impose limits on various aspects of smart contract execution.

Constants

MAX_CONTRACT_STATE_SIZE

Maximum size of the contract state in bytes.

MAX_LOG_SIZE

Maximum log size.

MAX_NUM_LOGS

Maximum number of log items.