interface TxParamsAsyncNameRevokeTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    accountId: `ak_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    nameId: `${string}.chain` | `nm_${string}`;
    nonce?: number;
    onNode?: Node;
    strategy?: Enum1;
    tag: NameRevokeTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
absoluteTtl?: boolean
accountId: `ak_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee?: Int
nameId: `${string}.chain` | `nm_${string}`
nonce?: number = ...
onNode?: Node
strategy?: Enum1
tag: NameRevokeTx = ...
ttl?: number
version?: 1