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

    Interface CallContractViewFunctionResultRaw

    interface CallContractViewFunctionResultRaw {
        block_hash: string;
        block_height: number;
        logs: string[];
        result: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_hash: string
    block_height: number
    logs: string[]
    result: number[]