1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub const OP_GET_ENV_VAR: &str = "GetEnvVar";
pub const OP_GET_SYSTEM_TIME: &str = "GetSystemTime";
pub const OP_CURRENT_TIMESTAMP: &str = "CurrentTimestamp";
pub const OP_REGISTER_RANDOM_TICK: &str = "RegisterRandomTick";
pub const OP_REGISTER_CRON_JOB: &str = "RegisterCronJob";
pub const OP_PPROF_PROFILE: &str = "PprofProfile";
pub const OP_JEMALLOC_PROFILE: &str = "JemallocProfile";
pub const OP_TEA_ID: &str = "TeaId";
pub const OP_MACHINE_OWNER: &str = "MachineOwner";
pub const OP_REPLICA_TEST_MODE: &str = "ReplicaTestMode";
pub const OP_APPLY_VALIDATOR: &str = "ApplyValidator";
pub const OP_TAPPSTORE_TOKEN_ID: &str = "TappstoreTokenId";
pub const OP_TEA_CONTRACTS: &str = "TeaContracts";
pub const OP_VALIDATORS_MIN_COUNT: &str = "ValidatorsMinCount";
pub const OP_VALIDATORS_DESIRED_COUNT: &str = "ValidatorsDesiredCount";
pub const OP_GET_MINING_STARTUP: &str = "GetMiningStartup";
pub const OP_GET_INIT_OWNER: &str = "GetInitOwner";
pub const OP_GET_CURRENT_VERSIONS: &str = "GetCurrentVersions";