v1ImportPrivateKeyIntent constructor

const v1ImportPrivateKeyIntent({
  1. required String userId,
  2. required String privateKeyName,
  3. required String encryptedBundle,
  4. required v1Curve curve,
  5. required List<v1AddressFormat> addressFormats,
})

Implementation

const v1ImportPrivateKeyIntent({
  required  this.userId,
  required  this.privateKeyName,
  required  this.encryptedBundle,
  required  this.curve,
  required  this.addressFormats,
});