Skip to content

Manager address — the only address allowed to mint (matches the collection's custom-2fa-mint approval initiatedByListId).

Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:199

Properties

collectionId

collectionId: string

Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:203


creator

creator: string

Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:202

Manager address — the only address allowed to mint (matches the collection's custom-2fa-mint approval initiatedByListId).


expirationMs?

optional expirationMs?: number

Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:207

Token lifetime in ms. Default 5 min (CUSTOM_2FA_TOKEN_EXPIRATION_MS).


recipients

recipients: string[]

Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:205

bb1... recipients to issue a 2FA token to (token id 1, amount 1).

Edit this page on GitHub