Skip to main content

sdk.erc721lazydrop._constructor_

Home > @openformat/sdk > ERC721LazyDrop > (constructor)

ERC721LazyDrop.(constructor)

Create a new instance of the App class.

Signature:

constructor(provider: providers.Provider, contractAddress: string, appId: string, signer?: Signer);

Parameters

ParameterTypeDescription
providerproviders.ProviderThe provider used to communicate with the blockchain.
contractAddressstringThe contract address of the ERC721LazyDrop contract.
appIdstringThe address of the App contract.
signerSigner(Optional) The signer used to sign transactions.