TImportPrivateKeyBody constructor

const TImportPrivateKeyBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String userId,
  4. required String privateKeyName,
  5. required String encryptedBundle,
  6. required v1Curve curve,
  7. required List<v1AddressFormat> addressFormats,
})

Implementation

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