keyPair property

KeyPair get keyPair

Implementation

KeyPair get keyPair => SimpleKeyPairData(
  privateKey,
  publicKey: SimplePublicKey(publicKey, type: KeyPairType.ed25519),
  type: KeyPairType.ed25519,
);