interface TxParamsChannelSettleTx1 {
    _canIncreaseFee?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    fromId: `ak_${string}`;
    initiatorAmountFinal: Int;
    nonce: number;
    responderAmountFinal: Int;
    tag: ChannelSettleTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee?: Int
fromId: `ak_${string}` = ...
initiatorAmountFinal: Int = uInt
nonce: number = ...
responderAmountFinal: Int = uInt
tag: ChannelSettleTx = ...
ttl?: number
version?: 1