Secp256k1KeyIdentity constructor
Secp256k1KeyIdentity(
- PublicKey publicKey,
- BinaryBlob _privateKey
Implementation
Secp256k1KeyIdentity(PublicKey publicKey, this._privateKey) : super() {
_publicKey = Secp256k1PublicKey.from(publicKey);
}