RegisterDiscoveredAddressCommand constructor
RegisterDiscoveredAddressCommand({})
Implementation
RegisterDiscoveredAddressCommand({
required String walletId,
required this.address,
required this.derivationIndex,
required this.isChange,
required this.transactionCount,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);