v1ImportWalletIntent constructor

const v1ImportWalletIntent({
  1. required String userId,
  2. required String walletName,
  3. required String encryptedBundle,
  4. required List<v1WalletAccountParams> accounts,
})

Implementation

const v1ImportWalletIntent({
  required  this.userId,
  required  this.walletName,
  required  this.encryptedBundle,
  required  this.accounts,
});