v1CreateWalletIntent constructor

const v1CreateWalletIntent({
  1. required String walletName,
  2. required List<v1WalletAccountParams> accounts,
  3. num? mnemonicLength,
})

Implementation

const v1CreateWalletIntent({
  required  this.walletName,
  required  this.accounts,
   this.mnemonicLength,
});