CommercioECPublicKey constructor

CommercioECPublicKey(
  1. ECPublicKey pubKey, {
  2. String? keyType,
})

Implementation

CommercioECPublicKey(
  this.pubKey, {
  this.keyType,
});