v1CreateWalletAccountsIntent constructor

const v1CreateWalletAccountsIntent({
  1. required String walletId,
  2. required List<v1WalletAccountParams> accounts,
  3. bool? persist,
})

Implementation

const v1CreateWalletAccountsIntent({
  required  this.walletId,
  required  this.accounts,
   this.persist,
});