Bip340EventSigner constructor

Bip340EventSigner(
  1. String? privateKey,
  2. String publicKey
)

Implementation

Bip340EventSigner(this.privateKey, this.publicKey);