Smart Contracts
Interfaces
Resolvers
IDNSZoneResolver

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

NameTypeDescription
nodebytes32The node to query.

Returns

NameTypeDescription
<none>bytesThe associated contenthash.

Events

DNSZonehashChanged

event DNSZonehashChanged(bytes32 indexed node, bytes lastzonehash, bytes zonehash);