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