TExportWalletAccountBody constructor

const TExportWalletAccountBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String address,
  4. required String targetPublicKey,
})

Implementation

const TExportWalletAccountBody({
   this.timestampMs,
   this.organizationId,
  required  this.address,
  required  this.targetPublicKey,
});