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

Hierarchy (view full)

Properties

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

Generated using TypeDoc