near-api-js - v7.0.4
    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

    Properties

    Properties

    value: StoreValue