AcceptChannelCommand constructor

AcceptChannelCommand({
  1. required String channelId,
  2. required String walletId,
  3. required String clientPeerId,
  4. required String clientPubKey,
  5. required String clientAddress,
  6. required int fundingAmountSats,
  7. required int lockTimeUnix,
})

Implementation

AcceptChannelCommand({
  required this.channelId,
  required this.walletId,
  required this.clientPeerId,
  required this.clientPubKey,
  required this.clientAddress,
  required this.fundingAmountSats,
  required this.lockTimeUnix,
});