Creates a new wallet.
The private key of the wallet.
Gets the private key of the wallet.
The private key of the wallet.
Gets the public key of the wallet.
The public key of the wallet.
Signs a message with the private key of the wallet.
The message to sign.
The signature of the message.
Creates a random wallet.
A random wallet.
Generated using TypeDoc
Wallet object.
Contains the private key and public key of a user. It is used to sign and send transactions.