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
| Parameter | Type | Description |
|---|---|---|
| provider | providers.Provider | The provider used to communicate with the blockchain. |
| contractAddress | string | The contract address of the ERC721LazyDrop contract. |
| appId | string | The address of the App contract. |
| signer | Signer | (Optional) The signer used to sign transactions. |