MintParamsOption
Hierarchy
- Option<MintParams, { address: {}; data: { canChangeMetadata: boolean; canChangeMetadataVerificationKeyHash: boolean; canChangeName: boolean; canChangeOwnerByProof: boolean; canChangeOwnerBySignature: boolean; canChangePrice: boolean; canChangeStorage: boolean; canPause: boolean; id: bigint; isPaused: boolean; price: bigint; requireOwnerSignatureToUpgrade: boolean; version: bigint }; expiry: bigint; fee: bigint; metadata: bigint; metadataVerificationKeyHash: bigint; name: bigint; owner: {}; storage: { url: bigint[] }; tokenId: bigint }>
- MintParamsOption
Index
Constructors
Constructors
externalconstructor
Parameters
externaloption: {}
Returns MintParamsOption
Represents an optional MintParams, used in scenarios where minting may or may not be allowed.