NFTUpdateContractConstructor

Type Alias: NFTUpdateContractConstructor()

type NFTUpdateContractConstructor = (address: PublicKey) => NFTUpdateBase;

Defined in: packages/nft/src/interfaces/update.ts:52

Defines a constructor for contracts implementing NFTUpdateBase, accepting an address public key and returning an instance of NFTUpdateBase.

Parameters

address

PublicKey

The public key of the contract's owner.

Returns

NFTUpdateBase

An instance of NFTUpdateBase.