IDNSZoneResolver
Git Source (opens in a new tab)
Functions
zonehash
zonehash obtains the hash for the zone.
function zonehash(bytes32 node) external view returns (bytes memory);
Parameters
Name | Type | Description |
---|---|---|
node | bytes32 | The node to query. |
Returns
Name | Type | Description |
---|---|---|
<none> | bytes | The associated contenthash. |
Events
DNSZonehashChanged
event DNSZonehashChanged(bytes32 indexed node, bytes lastzonehash, bytes zonehash);