interface TxUnpackedName1 {
    accountId: `ak_${string}`;
    clientTtl: number;
    nameTtl: number;
    pointers: NamePointer[];
    status: Buffer;
    tag: Name;
    version: 1;
}

Hierarchy (view full)

Properties

accountId: `ak_${string}` = ...
clientTtl: number = shortUInt
nameTtl: number = shortUInt
pointers: NamePointer[]
status: Buffer = raw
tag: Name = ...
version: 1 = ...

Generated using TypeDoc