ChannelRequestReceivedEvent constructor
ChannelRequestReceivedEvent({})
Implementation
ChannelRequestReceivedEvent({
required this.channelId,
required this.clientPeerId,
required this.clientPubKey,
required this.clientAddress,
required this.fundingAmountSats,
required this.lockTimeUnix,
this.context,
});