1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub const OP_REG_LAYER1_EVENT_MESSAGE: &str = "RegLayer1EventMessage";
pub const OP_UPDATE_TAPP_STARTUP_CACHE: &str = "UpdateTappStartupCache";
pub const OP_UPDATE_CML_INFO_CACHE: &str = "UpdateCmlInfoCache";
pub const OP_GET_TAPP_STARTUP_FROM_CACHE: &str = "GetTappStartupFromCache";
pub const OP_GET_CML_INFO_FROM_CACHE: &str = "GetCmlInfoFromCache";

pub const OP_HAS_INIT: &str = "HasInit";
pub const OP_INIT_LAYER1: &str = "InitLayer1";
pub const OP_GET_ENCRYPTED_KEY: &str = "GetEncryptedKey";
pub const OP_WRITE_KEY: &str = "WriteKey";
pub const OP_GET_TAPP_STARTUP_NODES: &str = "GetTappStartupNodes";
pub const OP_GET_CML_INFO: &str = "GetCmlInfo";
pub const OP_GET_ACCOUNT_BY_KEY: &str = "GetAccountByKey";
pub const OP_GET_MULTISIG_THRESHOLD: &str = "GetMultisigThreshold";
pub const OP_CURRENT_BLOCK_NUMBER: &str = "CurrentBlockNumber";

pub const OP_SEND_MULTISIG_TXN: &str = "SendMultisigTxn";
pub const OP_SIGN_MULTISIG_TXN: &str = "SignMultisigTxn";