CertifierHandler.sol - MultiCertifier
contract MultiCertifier
Source: DutchAuction/CertifierHandler.sol
Index
Reference
Functions
certified
abstract function
certified
(address _who) public view returns (bool)
Parameters:
_who
- addressReturns:boolgetCertifier
abstract function
getCertifier
(address _who) public view returns (address)
Parameters:
_who
- addressReturns:address
Last updated
Was this helpful?