Type Definition solana_runtime::bank::TransactionLogMessages
source · pub type TransactionLogMessages = Vec<String>;
Expand description
A list of log messages emitted during a transaction
pub type TransactionLogMessages = Vec<String>;
A list of log messages emitted during a transaction