KeyPair constructor

KeyPair(
  1. PublicKey publicKey,
  2. PrivateKey privateKey
)

Implementation

KeyPair(this.publicKey, this.privateKey);