near-api-js - v7.0.4
    Preparing search index...

    Type Alias FinalExecutionOutcomeWithReceiptView

    Final execution outcome of the transaction and all of subsequent the receipts. Also includes the generated receipt.

    Index

    Properties

    receipts: ReceiptView[]

    Receipts generated from the transaction

    receipts_outcome: ExecutionOutcomeWithIdView[]

    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

    transaction_outcome: ExecutionOutcomeWithIdView

    The execution outcome of the signed transaction.