fuels_signers

Module wallet

Source

Structs§

Wallet
A FuelVM-compatible wallet that can be used to list assets, balances and more.
WalletUnlocked
A WalletUnlocked is equivalent to a Wallet whose private key is known and stored alongside in-memory. Knowing the private key allows a WalletUlocked to sign operations, send transactions, and more.

Enums§

WalletError
Error thrown by the Wallet module

Constants§

DEFAULT_DERIVATION_PATH_PREFIX

Functions§

generate_mnemonic_phrase
Generates a random mnemonic phrase given a random number generator and the number of words to generate, count.