TCreateWalletBody constructor

const TCreateWalletBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String walletName,
  4. required List<v1WalletAccountParams> accounts,
  5. num? mnemonicLength,
})

Implementation

const TCreateWalletBody({
  this.timestampMs,
  this.organizationId,
  required this.walletName,
  required this.accounts,
  this.mnemonicLength,
});