interface NameEntry {
    id: string;
    owner?: string;
    pointers: NameEntryPointersItem[];
    ttl: number;
}

Properties

Properties

id: string

Base58Check encoded AENS name hash

owner?: string

Base58Check encoded tagged pubkey

ttl: number