Skip to main content

ENSMetadata

Description

ENSMetadata is a type that represents the metadata for a ENS identity.

Type Signature

export interface ENSMetadata {
username?: string;
ens: string;
expiryTimestamp: string;
resolvedAddress: string;
}

Fields

NameTypeDescription
usernamestringThe username of the user
ensstringThe ENS name of the user
expiryTimestampstringThe expiry timestamp of the ENS name
resolvedAddressstringThe resolved address of the ENS name