Interface
Resolvers are specified in EIP-137. A resolver must implement the following method:Record Types
The Namoshi Public Resolver (PublicResolver.sol) supports the following record types:
Citrea (EVM) Address
Resolvers must implement theaddr function to return the Citrea address associated with a name.
Other Cryptocurrency Addresses
Resolvers may implement theaddr function to return the address of other cryptocurrencies associated with a name, as specified in EIP-2304.
Content Hash
Resolvers may implement thecontenthash function to return a content hash associated with a name, as specified in EIP-1577.
Text Records
Resolvers may implement thetext function to return text records associated with a name, as specified in EIP-634.
Name Interface
Resolvers may implement thename function to return the name associated with a reverse record, as specified in EIP-181.
ABI Interface
Resolvers may implement theABI function to return the ABI associated with a name, as specified in EIP-205.
Pubkey Interface
Resolvers may implement thepubkey function to return the public key associated with a name, as specified in EIP-619.