Module iota_wallet::account
source · [−]Expand description
The account module. Interaction with an Account happens via an AccountHandle
.
Re-exports
pub use self::types::OutputDataDto;
Modules
builder 🔒
The module with the AccountBuilder.
Constants used for the account and account operations.
handle 🔒
A thread guard over an account, all account methods are called from here.
The account operations like address generation, syncing and creating transactions.
Types used in an account and returned from methods.
update 🔒
Methods to update the account state.
Structs
An Account.
A thread guard over an account, so we can lock the account during operations.
Options for address generation
The synchronization options
Options for transactions
Enums
Enum to specify which outputs should be claimed
The strategy to use for the remainder value management when sending funds.