//! Generate a new private key using a cryptographic PRNG.
voidMakeNewKey(boolfCompressed);
//! Negate private key
boolNegate();
/**
* Convert the private key to a CPrivKey (serialized OpenSSL private key data).
* This is expensive.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.