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

    Type Alias ExecutionOutcomeWithIdView

    type ExecutionOutcomeWithIdView = {
        block_hash: CryptoHash;
        id: CryptoHash;
        outcome: ExecutionOutcomeView;
        proof: MerklePathItem[];
    }
    Index

    Properties

    block_hash: CryptoHash