Interface: iGetCreatorPluginsPayload
Payload for fetching all plugins created/managed by a specific address.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2572
Payload for fetching all plugins created/managed by a specific address.
Set returnSensitiveData to include sensitive fields (pluginSecret). This requires authentication as the creator address.
Without the flag, sensitive data is always stripped regardless of authentication.
Properties
bookmark?
optionalbookmark?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2576
Bookmark for pagination.
creatorAddress
creatorAddress:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2574
The address of the plugin creator to query.
returnSensitiveData?
optionalreturnSensitiveData?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2578
If true, include sensitive data (pluginSecret) in the response. Requires authentication as the creator.