getKeyPair method

Secp256k1KeyPair getKeyPair()

Return a copy of the key pair.

Implementation

Secp256k1KeyPair getKeyPair() {
  return Secp256k1KeyPair(_publicKey, _privateKey);
}