getKeyPair method
Return a copy of the key pair.
Implementation
Secp256k1KeyPair getKeyPair() {
return Secp256k1KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}
Return a copy of the key pair.
Secp256k1KeyPair getKeyPair() {
return Secp256k1KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}