Secp256k1KeyIdentity constructor

Secp256k1KeyIdentity(
  1. PublicKey publicKey,
  2. BinaryBlob _privateKey
)

Implementation

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