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
Name | Type | Description |
---|---|---|
node | bytes32 | The node to query. |
Returns
Name | Type | Description |
---|---|---|
<none> | bytes | The associated contenthash. |
Events
ContenthashChanged
event ContenthashChanged(bytes32 indexed node, bytes hash);