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

Hierarchy (View Summary)

Properties

accountId: string

Base58Check encoded tagged pubkey

fee: bigint
nameId: string

Base58Check encoded tagged value

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