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

    Type Alias RpcCallFunctionResponse

    A result returned by contract method

    type RpcCallFunctionResponse = {
        block_hash: CryptoHash;
        block_height: number;
        logs: string[];
        result: number[];
    }
    Index

    Properties

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