getKeyPair method

Secp256k1KeyPair getKeyPair()

Return a copy of the key pair.

Implementation

Secp256k1KeyPair getKeyPair() {
  return Secp256k1KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}