Skip to content

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?

optional bookmark?: 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?

optional returnSensitiveData?: 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.

Edit this page on GitHub