NameResolver

Get Canonical Name

function name(bytes32 node) external view returns (string memory);

Returns the canonical ENS name associated with the provided node. Used exclusively for reverse resolution.

Last updated