publicKey method

PublicKey publicKey()

Retrieves the public counterpart of the secret key.

Implementation

PublicKey publicKey() => PublicKey._(_inner.publicKey());