Interface TxParamsAsyncChannelCloseMutualTx1

interface TxParamsAsyncChannelCloseMutualTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: `ak_${string}`;
    initiatorAmountFinal: Int;
    nonce?: number;
    onNode?: Node;
    responderAmountFinal: Int;
    strategy?: NextNonceStrategy;
    tag: ChannelCloseMutualTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
absoluteTtl?: boolean
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
fromId: `ak_${string}` = ...
initiatorAmountFinal: Int = uInt
nonce?: number = ...
onNode?: Node
responderAmountFinal: Int = uInt
ttl: undefined | number
version?: 1

Generated using TypeDoc