TImportWalletBody constructor

const TImportWalletBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String userId,
  4. required String walletName,
  5. required String encryptedBundle,
  6. required List<v1WalletAccountParams> accounts,
})

Implementation

const TImportWalletBody({
   this.timestampMs,
   this.organizationId,
  required  this.userId,
  required  this.walletName,
  required  this.encryptedBundle,
  required  this.accounts,
});