getPublicKey method
Gets the public key as bytes (compressed format).
Implementation
Uint8List getPublicKey() {
return Uint8List.fromList(publicKey);
}
Gets the public key as bytes (compressed format).
Uint8List getPublicKey() {
return Uint8List.fromList(publicKey);
}