pub fn permits_execution(mode: PolicyMode) -> boolExpand description
Whether this mode lets the transaction proceed (audit/prioritize/allow) vs halts it (block/interactive). The VM uses this as the go/no-go bit.
pub fn permits_execution(mode: PolicyMode) -> boolWhether this mode lets the transaction proceed (audit/prioritize/allow) vs halts it (block/interactive). The VM uses this as the go/no-go bit.