Polkadot Apps
    Preparing search index...

    Type Alias HostLocalStorage

    HostLocalStorage: Pick<
        typeof hostLocalStorage,
        "readString"
        | "writeString"
        | "readJSON"
        | "writeJSON"
        | "clear",
    >

    Subset of product-sdk's hostLocalStorage that the KV store uses.