near-api-js - v7.0.4
    Preparing search index...
    interface ViewStateResult {
        block_hash: string;
        block_height: number;
        proof: string[];
        values: StateItem[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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