View Source Walle.Wallet (Walle v0.5.0)
Wallet specifc functions.
Summary
Functions
Returns the public address from the given private key.
Export the private key of the given wallet.
Returns a new wallet from the given keystore and password.
Returns a new wallet from the given private key.
Returns a new wallet from seed phrase.
Generates a new random wallet.
Signs the given message with the provided private key.
Signs typed data (EIP-712) with the provided private key.
Generates an encrypted JSON keystore from the given wallet.
Functions
Returns the public address from the given private key.
Export the private key of the given wallet.
Returns a new wallet from the given keystore and password.
Returns a new wallet from the given private key.
Returns a new wallet from seed phrase.
Generates a new random wallet.
Signs the given message with the provided private key.
Signs typed data (EIP-712) with the provided private key.
Generates an encrypted JSON keystore from the given wallet.
The keystore is encrypted with the provided password.