Module iota_wallet::message_interface
source · [−]Expand description
The message passing interface for the library. A different way to call the wallet functions, useful for bindings to other languages.
Re-exports
pub use self::dtos::AccountBalanceDto;
pub use self::dtos::AddressWithAmountDto;
pub use self::dtos::AddressWithUnspentOutputsDto;
Modules
Structs
Enums
Each public account method.
The messages that can be sent to the actor.
The response message.
Functions
Remove wallet event listeners, empty vec will remove all listeners
Listen to wallet events, empty vec will listen to all events