pub fn from_transaction_result(
transaction: &Transaction,
result: &TransactionResult,
signature: &Signature,
slot: u64,
config: &EnhancedLoggingConfig,
pre_states: Option<&AccountStates>,
post_states: Option<&AccountStates>,
) -> EnhancedTransactionLogExpand description
Create EnhancedTransactionLog from LiteSVM transaction result
If pre_states and post_states are provided, captures account state snapshots for all accounts in the transaction.
Use capture_pre_account_states before and after sending the transaction.