Structs§
- Wallet
- A FuelVM-compatible wallet that can be used to list assets, balances and more.
- Wallet
Unlocked - A
WalletUnlocked
is equivalent to aWallet
whose private key is known and stored alongside in-memory. Knowing the private key allows aWalletUlocked
to sign operations, send transactions, and more.
Constants§
Functions§
- generate_
mnemonic_ phrase - Generates a random mnemonic phrase given a random number generator and the number of words to
generate,
count
.