Skip to main content

DelayedReveal.(constructor)

Constructs a new instance of the DelayedReveal class

Signature:

constructor(contractWrapper: ContractWrapper<T>, storage: IStorage, fetureName: FeatureName, nextTokenIdToMintFn: () => Promise<BigNumber>);

Parameters

ParameterTypeDescription
contractWrapperContractWrapper<T>
storageIStorage
fetureNameFeatureName
nextTokenIdToMintFn() => Promise<BigNumber>