interface NameTxTx {
    accountId: `ak_${string}`;
    fee: bigint;
    nameId: `nm_${string}`;
    nonce: number;
    ttl?: number;
    type: string;
    version: number;
}

Properties

accountId: `ak_${string}`

Account address

fee: bigint
nameId: `nm_${string}`

AENS name hash

nonce: number
ttl?: number
type: string
version: number