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

    Type Alias CallResult

    A result returned by contract method

    type CallResult = {
        logs: string[];
        result: number[];
    }
    Index

    Properties

    Properties

    logs: string[]
    result: number[]