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_BLOCK — SPEC §2.11,
execution validation EXE-* — SPEC §7.4.6).
pub type Cost = u64;CLVM execution cost unit (alias of u64) (SPEC §2.1).
Used for per-bundle and per-block budgets (crate::constants::MAX_COST_PER_BLOCK — SPEC §2.11,
execution validation EXE-* — SPEC §7.4.6).