Crate iota_wallet
source · [−]Expand description
The IOTA Wallet Library
Re-exports
pub use iota_client;
pub use self::error::Error;
Modules
The account module. Interaction with an Account happens via an AccountHandle
.
The account manager module.
The error module.
The event module.
The message passing interface for the library. A different way to call the wallet functions, useful for bindings to other languages.
Secret manager module enabling address generation and transaction essence signing.
The storage module.
Structs
Address and nft for send_nft()
Address, amount and native tokens for send_native_tokens()
address with amount for send_amount()
address with amount for send_micro_transaction()
The ClientOptions to build the iota_client for interactions with the IOTA Tangle. Builder to construct client instance with sensible default values
Address and foundry data for mint_native_token()
Address and foundry data for mint_native_token()
Address and nft for send_nft()
Little-endian large integer type 256-bit unsigned integer.
Type Definitions
The wallet Result type.