NFT721HolderCondition
Implementation of the Nft Holder Condition
Functions¶
initialize¶
function initialize(
address _owner,
address _conditionStoreManagerAddress
) external
this function is called only once during the contract initialization.
Parameters:¶
Name | Type | Description |
---|---|---|
_owner |
address | contract's owner account address |
_conditionStoreManagerAddress |
address | condition store manager address |
hashValues¶
function hashValues(
) public returns (bytes32)
fulfill¶
function fulfill(
) external returns (enum ConditionStoreLibrary.ConditionState)