Module iota_wallet::account::types
source · [−]Expand description
Types used in an account and returned from methods.
Modules
address 🔒
Address types used in the account
Custom de/serialization for address::AddressWrapper
Structs
An account address.
The balance of an account, returned from crate::account::handle::AccountHandle::sync()
and
crate::account::handle::AccountHandle::balance()
.
An account address with unspent output_ids for unspent outputs.
Base coin fields for AccountBalance
Native tokens fields for AccountBalance
An output with metadata
Dto for an output with metadata
A transaction with metadata
Dto for a transaction with metadata
Enums
The account identifier.
Possible InclusionStates for transactions
The output kind enum.