interface EntUnpackedName1 {
    accountId: `ak_${string}`;
    clientTtl: number;
    nameTtl: number;
    pointers: never;
    status: Buffer;
    tag: Name;
    version: 1;
}

Hierarchy (view full)

Properties

accountId: `ak_${string}` = ...
clientTtl: number = shortUInt

a suggestion as to how long any clients should cache this information

nameTtl: number = shortUInt
pointers: never
status: Buffer = raw
tag: Name = ...
version: 1 = ...