Type Alias TxUnpackedChannelCreateTx2Type

TxUnpackedChannelCreateTx2Type: TxUnpacked & {
    tag: ChannelCreateTx;
    version: 2;
}