IKycValidity
Functions
hasValidToken
Check whether a given address has a valid kycNFT token
function hasValidToken(address _addr) external view returns (bool valid);
Parameters
Name | Type | Description |
---|---|---|
_addr | address | Address to check for tokens |
Returns
Name | Type | Description |
---|---|---|
valid | bool | Whether the address has a valid token |