NFTAdminDeployProps
Interface: NFTAdminDeployProps
Properties overview
Defined in: packages/nft/src/contracts/admin.ts:29
Extends
Exclude
<DeployArgs
,undefined
>
Properties
admin
admin: PublicKey;
Defined in: packages/nft/src/contracts/admin.ts:30
allowChangeRoyalty?
optional allowChangeRoyalty: Bool;
Defined in: packages/nft/src/contracts/admin.ts:33
allowChangeTransferFee?
optional allowChangeTransferFee: Bool;
Defined in: packages/nft/src/contracts/admin.ts:34
canBePaused?
optional canBePaused: Bool;
Defined in: packages/nft/src/contracts/admin.ts:32
isPaused?
optional isPaused: Bool;
Defined in: packages/nft/src/contracts/admin.ts:35
uri
uri: string;
Defined in: packages/nft/src/contracts/admin.ts:31
Updated 10 days ago