v1ImportWalletIntent constructor
const
v1ImportWalletIntent({
- required String userId,
- required String walletName,
- required String encryptedBundle,
- required List<
v1WalletAccountParams> accounts,
Implementation
const v1ImportWalletIntent({
required this.userId,
required this.walletName,
required this.encryptedBundle,
required this.accounts,
});