Expand description
Contains the rebased Identity and the interaction with the IOTA Client.
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§
- A [
Transaction
] that accepts the transfer of anAuthenticatedAsset
. - An on-chain asset that carries information about its owned and its creator.
- Builder-style struct to ease the creation of a new
AuthenticatedAsset
. - A [
Transaction
] that concludes the transfer of anAuthenticatedAsset
. - A [
Transaction
] that creates a newAuthenticatedAsset
. - A [
Transaction
] that deletes anAuthenticatedAsset
. - IOTA Keytool [Signer] implementation.
- Builder structure to ease the creation of a KeytoolSigner.
- A publicly available verifiable credential.
- A [
Transaction
] that proposes the transfer of anAuthenticatedAsset
. - Proposal for the transfer of an
AuthenticatedAsset
’s ownership from one [IotaAddress
] to another. - A [
Transaction
] that updates anAuthenticatedAsset
’s content.
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.