1
2
3
4
5
6
pub const CONNECTIVITY_LOGS: &str = "Connectivity";
pub const QUERY_LOGS: &str = "Query";
pub const CONTRACT_LOGS: &str = "Contract";
pub const TRANSACTION_LOGS: &str = "Transaction";
pub const TX_RETRY_LOGS: &str = "Transaction Retry";
pub const LOCAL_LOGS: &str = "Local";