interface EntParamsName1 {
    accountId: `ak_${string}`;
    clientTtl: number;
    nameTtl: number;
    pointers: never;
    status: Uint8Array;
    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: Uint8Array = raw
tag: Name = ...
version