DelayedReveal.(constructor)
Constructs a new instance of the DelayedReveal
class
Signature:
constructor(contractWrapper: ContractWrapper<T>, storage: IStorage, fetureName: FeatureName, nextTokenIdToMintFn: () => Promise<BigNumber>);
Parameters
Parameter | Type | Description |
---|---|---|
contractWrapper | ContractWrapper<T> | |
storage | IStorage | |
fetureName | FeatureName | |
nextTokenIdToMintFn | () => Promise<BigNumber> |