Type alias TxUnpackedChannelCreateTx2Type

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

Type declaration

Generated using TypeDoc