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