Secp256k1KeyPair constructor
Secp256k1KeyPair(
- PublicKey publicKey,
- BinaryBlob secretKey
Implementation
Secp256k1KeyPair(this.publicKey, this.secretKey);
Secp256k1KeyPair(this.publicKey, this.secretKey);