Erc1155SignatureMintable.(constructor)
Constructs a new instance of the Erc1155SignatureMintable class
Signature:
constructor(contractWrapper: ContractWrapper<BaseSignatureMintERC1155 | TokenERC1155>, storage: IStorage, roles?: ContractRoles<TokenERC1155, typeof NFTCollection.contractRoles[number]>);
Parameters
| Parameter | Type | Description |
|---|---|---|
| contractWrapper | ContractWrapper<BaseSignatureMintERC1155 | TokenERC1155> | |
| storage | IStorage | |
| roles | ContractRoles<TokenERC1155, typeof NFTCollection.contractRoles[number]> | (Optional) |