Smart Contracts
Interfaces
ISldRegistrationStrategy

ISldRegistrationStrategy

Git Source (opens in a new tab)

Inherits: IERC165

Functions

isEnabled

function isEnabled(bytes32 _parentNamehash) external view returns (bool);

getPriceInDollars

function getPriceInDollars(
    address _buyingAddress,
    bytes32 _parentNamehash,
    string memory _label,
    uint256 _registrationLength,
    bool _isRenewal
) external view returns (uint256);