ReceiveTransactionCommand constructor

ReceiveTransactionCommand({
  1. required String walletId,
  2. required String beefHex,
  3. String? invoiceId,
  4. String? fromCounterparty,
})

Implementation

ReceiveTransactionCommand({
  required this.walletId,
  required this.beefHex,
  this.invoiceId,
  this.fromCounterparty,
});