Skip to main content

Cost

Type Alias Cost 

Source
pub type Cost = u64;
Expand description

CLVM execution cost unit (alias of u64) (SPEC §2.1).

Used for per-bundle and per-block budgets (crate::constants::MAX_COST_PER_BLOCKSPEC §2.11, execution validation EXE-* — SPEC §7.4.6).