NFTWhitelistedAdminDeployProps
Hierarchy
- Exclude<DeployArgs, undefined>
- NFTWhitelistedAdminDeployProps
Index
Properties
admin
The public key of the admin or owner of the contract.
canPause
Flag indicating whether the contract can be paused.
isPaused
Flag indicating whether the contract is currently paused.
storage
Off-chain storage information, typically an IPFS hash pointing to the whitelist data.
upgradeAuthority
The public key of the Upgrade Authority Contract.
uri
The URI of the zkApp.
whitelistRoot
The root hash of the Merkle tree representing the whitelist.
Deployment properties for the
NFTWhitelistedAdminContract
.