TCreateWalletAccountsBody constructor

const TCreateWalletAccountsBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String walletId,
  4. required List<v1WalletAccountParams> accounts,
  5. bool? persist,
})

Implementation

const TCreateWalletAccountsBody({
  this.timestampMs,
  this.organizationId,
  required this.walletId,
  required this.accounts,
  this.persist,
});