StaticfromCreate a Wallet Unlocked from an encrypted JSON.
Create a Wallet Unlocked from an encrypted JSON.
The encrypted JSON keystore.
The password to decrypt the JSON.
Optionalprovider: ProviderA Provider instance (optional).
An unlocked wallet instance.
StaticfromCreate a Wallet Unlocked from an extended key.
Create a Wallet Unlocked from an extended key.
The extended key.
Optionalprovider: ProviderA Provider instance (optional).
An instance of WalletUnlocked.
StaticfromCreate a Wallet Unlocked from a mnemonic phrase.
Create a Wallet Unlocked from a mnemonic phrase.
An instance of WalletUnlocked.
StaticfromCreate a Wallet Unlocked from a seed.
Create a Wallet Unlocked from a seed.
The seed phrase.
Optionalpath: stringThe derivation path (optional).
Optionalprovider: ProviderA Provider instance (optional).
An instance of WalletUnlocked.
StaticgenerateGenerate a new Wallet Unlocked with a random key pair.
Generate a new Wallet Unlocked with a random key pair.
OptionalgenerateOptions: GenerateOptionsOptions to customize the generation process (optional).
An instance of WalletUnlocked.
StaticfromCreates a locked wallet instance from an address and a provider.
A locked wallet instance.
StaticfromCreates an unlocked wallet instance from a private key and a provider.
An unlocked wallet instance.
Walletprovides methods to create locked and unlocked wallet instances.