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

    Type Alias ViewStateResult

    Resulting state values for a view state query request

    type ViewStateResult = {
        proof?: string[];
        values: StateItem[];
    }
    Index
    proof?: string[]
    values: StateItem[]