encodedPublicKey property
Uint8List
get
encodedPublicKey
Get the encoded public key in an (uncompressed) byte representation.
Implementation
Uint8List get encodedPublicKey => privateKeyToPublic(privateKeyInt);