interface NameTransferTx {
    accountId: string;
    fee: bigint;
    nameId: string;
    nonce?: number;
    recipientId: string;
    ttl?: number;
}

Properties

accountId: string

Base58Check encoded tagged pubkey

fee: bigint
nameId: string

Base58Check encoded tagged value

nonce?: number
recipientId: string

Base58Check encoded tagged pubkey

ttl?: number