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

    Interface ExecutionOutcomeWithIdView

    interface ExecutionOutcomeWithIdView {
        block_hash: string;
        id: string;
        outcome: ExecutionOutcome;
        proof: MerklePath;
    }
    Index

    Properties

    block_hash: string
    id: string
    proof: MerklePath