Interface iGetDynamicDataStoresPayload

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

Properties

dataSecret?: string

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

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.

MMNEPVFCICPMFPCPTTAAATR