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

    Type Alias ViewStateResult

    Resulting state values for a view state query request

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

    Properties

    Properties

    proof?: string[]
    values: StateItem[]