ImportWalletFromXprivCommand constructor
ImportWalletFromXprivCommand({})
Implementation
ImportWalletFromXprivCommand({
required String walletId,
required this.xpriv,
required this.walletName,
this.importTransactionHistory = true,
this.addressGapLimit = 20,
this.transactionLimit,
this.walletMetadata,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);