TExportWalletBody constructor
const
TExportWalletBody({
- String? timestampMs,
- String? organizationId,
- required String walletId,
- required String targetPublicKey,
- v1MnemonicLanguage? language,
Implementation
const TExportWalletBody({
this.timestampMs,
this.organizationId,
required this.walletId,
required this.targetPublicKey,
this.language,
});