Secp256k1Private Key
This class represents an Secp256k1 private key.
Creating a private key instance by either generating or importing will not generate a passphrase. If you want to generate a passphrase, you can use the Account.create method.
Constructors
Link copied to clipboard
Creates a new Secp256k1PrivateKey with a randomly generated private key.
Creates a new Secp256k1PrivateKey from an encoded private key.