Skip to content

Interface: iPerformStoreActionBatchWithBodyAuthPayload

Whether to simulate the action

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:3181

Properties

_isSimulation?

optional _isSimulation?: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:3183

Whether to simulate the action


actions

actions: object[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:3189

The actions to perform

actionName

actionName: string

The name of the action to perform

payload

payload: iPerformStoreActionPayload

The payload for this specific action


dataSecret?

optional dataSecret?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:3187

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


dynamicDataId

dynamicDataId: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:3185

The dynamic data ID

Edit this page on GitHub