rawPublicKey method

List<int> rawPublicKey()

raw public key

Implementation

List<int> rawPublicKey() {
  return keyPair.publicKey.bytes;
}