Smart Contracts
Interfaces
Resolvers
IContentHashResolver

IContentHashResolver

Git Source (opens in a new tab)

Functions

contenthash

Returns the contenthash associated with an ENS node.

function contenthash(bytes32 node) external view returns (bytes memory);

Parameters

NameTypeDescription
nodebytes32The node to query.

Returns

NameTypeDescription
<none>bytesThe associated contenthash.

Events

ContenthashChanged

event ContenthashChanged(bytes32 indexed node, bytes hash);