v1CreateWalletAccountsIntent constructor
const
v1CreateWalletAccountsIntent({
- required String walletId,
- required List<
v1WalletAccountParams> accounts, - bool? persist,
Implementation
const v1CreateWalletAccountsIntent({
required this.walletId,
required this.accounts,
this.persist,
});