1 2 3 4 5 6 7
pub const NAMESPACE: &str = "std"; // Action item keys pub const ACTION_ITEM_ENV: &str = "env"; pub const ACTION_ITEM_GENESIS: &str = "genesis"; pub const ACTION_ITEM_CHECK_OUTPUT: &str = "check_output"; pub const ACTION_ITEM_VALIDATE_BLOCK: &str = "validate_block";