TGetWalletAccountBody constructor

const TGetWalletAccountBody({
  1. String? organizationId,
  2. required String walletId,
  3. String? address,
  4. String? path,
})

Implementation

const TGetWalletAccountBody({
  this.organizationId,
  required this.walletId,
  this.address,
  this.path,
});