TImportPrivateKeyBody constructor
const
TImportPrivateKeyBody({})
Implementation
const TImportPrivateKeyBody({
this.timestampMs,
this.organizationId,
required this.userId,
required this.privateKeyName,
required this.encryptedBundle,
required this.curve,
required this.addressFormats,
});