OkpPublicKey constructor

OkpPublicKey({
  1. required Uint8List rawBytes,
  2. required Identifier curve,
})

Implementation

factory OkpPublicKey({
  required Uint8List rawBytes,
  required Identifier curve,
}) = OkpPublicKeyImpl;