publicKeyBytes property

Future<Uint8List> get publicKeyBytes

Implementation

Future<Uint8List> get publicKeyBytes =>
    schnorrGetPubkeyFromKeyshare(share: handle);