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