Skip to main content

NFTWhitelistedAdminDeployProps

Deployment properties for the NFTWhitelistedAdminContract.

Hierarchy

  • Exclude<DeployArgs, undefined>
    • NFTWhitelistedAdminDeployProps

Index

Properties

admin

admin: PublicKey

The public key of the admin or owner of the contract.

canPause

canPause: Bool

Flag indicating whether the contract can be paused.

isPaused

isPaused: Bool

Flag indicating whether the contract is currently paused.

storage

storage: Storage

Off-chain storage information, typically an IPFS hash pointing to the whitelist data.

upgradeAuthority

upgradeAuthority: PublicKey

The public key of the Upgrade Authority Contract.

uri

uri: string

The URI of the zkApp.

whitelistRoot

whitelistRoot: Field

The root hash of the Merkle tree representing the whitelist.