Interface TxParamsAsyncChannelCloseMutualTx1

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

Hierarchy (View Summary)

Properties

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