ValidateBEEFCommand constructor

ValidateBEEFCommand({
  1. required String walletId,
  2. required String beefHex,
  3. String? invoiceId,
})

Implementation

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