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

    Interface iGetDynamicDataStoresPayload

    interface iGetDynamicDataStoresPayload {
        dataSecret?: string;
        dynamicDataIds: string[];
    }
    Index

    Properties

    dataSecret?: string

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

    dynamicDataIds: string[]

    The IDs to fetch. If not provided, all dynamic data stores will be fetched for the current signed in address without any data populated.