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

    Type Alias RpcViewStateResponse

    Resulting state values for a view state query request

    type RpcViewStateResponse = {
        block_hash: CryptoHash;
        block_height: number;
        proof?: string[];
        values: StateItem[];
    }
    Index

    Properties

    block_hash: CryptoHash
    block_height: number
    proof?: string[]
    values: StateItem[]