Skip to main content

MAX_ACTION_OPS

Constant MAX_ACTION_OPS 

Source
pub const MAX_ACTION_OPS: usize = 32;
Expand description

Maximum number of authorization predicates stored on one Action account.

Each stored op is four bytes, so 32 ops reserve 128 bytes inside the fixed Action account layout. More complex workflows should split across multiple authorized actions rather than growing this account dynamically.