Interface TxParamsAsyncNameTransferTx1

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc