publicKey method

String publicKey()

get public key

Implementation

String publicKey() {
  return _encode(prefixByte, keyPair.publicKey.bytes);
}