OpenChannelMessage constructor
OpenChannelMessage({})
Implementation
OpenChannelMessage({
required this.channelId,
required this.fundingTxId,
required this.fundingOutputIndex,
required this.fundingTxHex,
}) : super(payload: null);