sdk.erc721lazymint._constructor_
Home > @openformat/sdk > ERC721LazyMint > (constructor)
ERC721LazyMint.(constructor)
Constructs a new instance of the ERC721LazyMint class
Signature:
constructor(provider: providers.Provider, appId: string, contractAddress: string, signer?: Signer);
Parameters
| Parameter | Type | Description |
|---|---|---|
| provider | providers.Provider | |
| appId | string | |
| contractAddress | string | |
| signer | Signer | (Optional) |