publicKey method

TronPublicKey publicKey()

Method to obtain the corresponding Tron public key

Implementation

TronPublicKey publicKey() {
  return TronPublicKey.fromBytes(_privateKey.publicKey.compressed);
}