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

Hierarchy (view full)

Properties

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

Generated using TypeDoc