TGetWalletAccountsBody constructor
const
TGetWalletAccountsBody({
- String? organizationId,
- String? walletId,
- bool? includeWalletDetails,
- v1Pagination? paginationOptions,
Implementation
const TGetWalletAccountsBody({
this.organizationId,
this.walletId,
this.includeWalletDetails,
this.paginationOptions,
});