interface TxParamsAsyncSpendTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    amount?: Int;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    nonce?: number;
    onNode?: Node;
    payload?: `ba_${string}`;
    recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}`;
    senderId: `ak_${string}`;
    strategy?: NextNonceStrategy;
    tag: SpendTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
absoluteTtl?: boolean
amount?: Int = coinAmount
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
nonce?: number = ...
onNode?: Node
payload?: `ba_${string}` = ...
recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}` = ...
senderId: `ak_${string}` = ...
tag: SpendTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc