Keypair constructor

Keypair(
  1. PrivateKey privateKey
)

Create a Keypair using an PrivateKey

Implementation

Keypair(PrivateKey privateKey);