Skip to main content

NFTCollection.(constructor)

Constructs a new instance of the NFTCollection class

Signature:

constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStorage, options?: SDKOptions, contractWrapper?: ContractWrapper<TokenERC721>);

Parameters

ParameterTypeDescription
networkNetworkOrSignerOrProvider
addressstring
storageIStorage
optionsSDKOptions(Optional)
contractWrapperContractWrapper<TokenERC721>(Optional)