Skip to main content

MAX_ACTIONS

Constant MAX_ACTIONS 

Source
pub const MAX_ACTIONS: usize = 128;
Expand description

Maximum allowed actions in a single InputCommand to prevent payload DoS. Chosen to stay well within MAX_SAFE_PAYLOAD_SIZE (1200 bytes).