KeyPair constructor
KeyPair(
- PublicKey publicKey,
- PrivateKey privateKey
Implementation
KeyPair(this.publicKey, this.privateKey);
KeyPair(this.publicKey, this.privateKey);