bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetDynamicDataStoreValuePayload

    interface iGetDynamicDataStoreValuePayload {
        dataSecret?: string;
        key: string;
        lookupType?: "username" | "id";
    }
    Index

    Properties

    dataSecret?: string

    The data secret to fetch. Only needed if you are not signed in as creator. Not applicable to public stores

    key: string

    The key to fetch.

    lookupType?: "username" | "id"

    The lookup type to fetch (if you need to specify).