RegisterWatchAddressCommand constructor

RegisterWatchAddressCommand({
  1. required String walletId,
  2. required String address,
  3. required String scriptType,
  4. String? label,
})

Implementation

RegisterWatchAddressCommand({
  required this.walletId,
  required this.address,
  required this.scriptType,
  this.label,
});