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

    Type Alias StateItem

    Item of the state, key and value are serialized in base64 and proof for inclusion of given state item.

    type StateItem = {
        key: StoreKey;
        value: StoreValue;
    }
    Index
    value: StoreValue