ChannelOpenedEvent constructor
ChannelOpenedEvent({})
Implementation
ChannelOpenedEvent({
required this.walletId,
required this.channelId,
this.fundingTxId,
required this.fundingAmountSats,
});
ChannelOpenedEvent({
required this.walletId,
required this.channelId,
this.fundingTxId,
required this.fundingAmountSats,
});