Expand description
Contains the rebased Identity and the interaction with the IOTA Client.
Re-exports§
pub use assets::*;
Modules§
- Module for handling assets.
- Module for handling client operations.
- Module for handling migration operations.
- Contains the operations of proposals.
- Module for handling transactions.
- Contains utility functions.
Structs§
- Integration with IOTA’s Keytool. IOTA Keytool [Signer] implementation.
- Integration with IOTA’s Keytool. Builder structure to ease the creation of a KeytoolSigner.
Enums§
- This type represents all possible errors that can occur in the library.
Functions§
- Can be used for example like
map_err(rebased_err)
to convert other error types to identity_iota_core::rebased::Error.