keyPair method

KeyPair keyPair()

Implementation

ed25519.KeyPair keyPair() {
  return _signingKeypair;
}