Receipts generated from the transaction
The execution outcome of receipts.
Execution status defined by chain.rs:get_final_transaction_result FinalExecutionStatus::NotStarted - the tx is not converted to the receipt yet FinalExecutionStatus::Started - we have at least 1 receipt, but the first leaf receipt_id (using dfs) hasn't finished the execution FinalExecutionStatus::Failure - the result of the first leaf receipt_id FinalExecutionStatus::SuccessValue - the result of the first leaf receipt_id
Signed Transaction
The execution outcome of the signed transaction.
Final execution outcome of the transaction and all of subsequent the receipts. Also includes the generated receipt.