Interface: Custom2FAParams
Manager address allowed to initiate mints. The CLI passes this through from --creator. Required: the FE-canonical preset (builder/presets/custom-2fa.ts) sets…
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:18
Properties
burnable?
optionalburnable?:boolean
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:24
creator?
optionalcreator?:string
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:33
Manager address allowed to initiate mints. The CLI passes this
through from --creator. Required: the FE-canonical preset
(builder/presets/custom-2fa.ts) sets the mint approval's
initiatedByListId to this address. Without it, anyone could mint a
2FA token to anyone, breaking the standard's security model.
description?
optionaldescription?:string
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:23
image?
optionalimage?:string
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:22
name?
optionalname?:string
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:21
transferable?
optionaltransferable?:boolean
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:25
uri?
optionaluri?:string
Defined in: packages/bitbadgesjs-sdk/src/core/builders/custom-2fa.ts:20
Pre-hosted collection metadata URI. If provided, name/image/description are ignored.