Secp256k1KeyPair constructor

Secp256k1KeyPair(
  1. PublicKey publicKey,
  2. BinaryBlob secretKey
)

Implementation

Secp256k1KeyPair(this.publicKey, this.secretKey);