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