interface TxParamsNamePreclaimTx1 {
    _canIncreaseFee?: boolean;
    accountId: `ak_${string}`;
    commitmentId: `cm_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    nonce: number;
    tag: NamePreclaimTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
accountId: `ak_${string}` = ...
commitmentId: `cm_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee?: Int
nonce: number = ...
tag: NamePreclaimTx = ...
ttl?: number
version?: 1