Expand description
Module for handling client operations.
Structs§
- Identity
Client - A client for interacting with the IOTA network.
- Identity
Client Read Only - An [
IotaClient
] enriched with identity-related functionalities. - Iota
KeySignature - KeyId
- Mirrored types from identity_storage::KeyId
- Publish
DidDocument - Publishes a new DID Document on-chain. An
crate::rebased::migration::OnChainIdentity
will be created to contain the provided document.
Functions§
- get_
object_ id_ from_ did - Extracts the object ID from the given
IotaDID
. - get_
sender_ public_ key - Utility function that returns the key’s bytes of a JWK encoded public ed25519 key.