Docs.rs
fuels-signers-0.38.1
fuels-signers 0.38.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
async-trait ^0.1.50
normal
bytes ^1.1.0
normal
chrono ^0.4.2
normal
elliptic-curve ^0.11.6
normal
eth-keystore ^0.3.0
normal
fuel-core ^0.17
normal
optional
fuel-core-client ^0.17
normal
fuel-crypto ^0.26
normal
fuel-tx ^0.26
normal
fuel-types ^0.26
normal
fuel-vm ^0.26
normal
fuels-core ^0.38.1
normal
fuels-types ^0.38.1
normal
hex ^0.4.3
normal
itertools ^0.10
normal
rand ^0.8.4
normal
serde ^1.0.124
normal
sha2 ^0.9.8
normal
tai64 ^4.0
normal
thiserror ^1.0.30
normal
tokio ^1.10.1
normal
hex ^0.4.3
dev
tempfile ^3.3.0
dev
Versions
45.65%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fuels_
signers
0.38.1
Module wallet
Module Items
Structs
Enums
Constants
Functions
In crate fuels_
signers
fuels_signers
Module
wallet
Copy item path
Source
Structs
§
Wallet
A FuelVM-compatible wallet that can be used to list assets, balances and more.
Wallet
Unlocked
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
§
Wallet
Error
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
.