IRandomizer
Author: fx(hash)
Interface for FxGenArt721 tokens to interact with randomizers
Functions
requestRandomness
Requests random seed for a given token
function requestRandomness(uint256 _tokenId) external;
Parameters
Name | Type | Description |
---|---|---|
_tokenId | uint256 | ID of the token |