Type Alias TxUnpackedChannelSettleTx1Type

TxUnpackedChannelSettleTx1Type: TxUnpacked & {
    tag: ChannelSettleTx;
    version: 1;
}