Expand description
Module for handling client operations.
Structs§
- A client for interacting with the IOTA network.
- An [
IotaClient
] enriched with identity-related functionalities. - Mirrored types from identity_storage::KeyId
- Publishes a new DID Document on-chain. An
crate::rebased::migration::OnChainIdentity
will be created to contain the provided document.
Functions§
- Utility function to convert a public key’s bytes into an [
IotaAddress
]. - Extracts the object ID from the given
IotaDID
. - Utility function that returns the key’s bytes of a JWK encoded public ed25519 key.