IMinter
Author: fx(hash)
Interface for FxGenArt721 tokens to interact with minters
Functions
setMintDetails
Sets the mint details for token reserves
function setMintDetails(ReserveInfo calldata _reserveInfo, bytes calldata _mintDetails) external;
Parameters
Name | Type | Description |
---|---|---|
_reserveInfo | ReserveInfo | Reserve information for the token |
_mintDetails | bytes | Details of the mint pertaining to the minter |