TDeleteWalletAccountsBody constructor

const TDeleteWalletAccountsBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<String> walletAccountIds,
  4. bool? deleteWithoutExport,
})

Implementation

const TDeleteWalletAccountsBody({
   this.timestampMs,
   this.organizationId,
  required  this.walletAccountIds,
   this.deleteWithoutExport,
});