Skip to main content

Module client

Module client 

Source
Expand description

Client wrappers for read-only and signing access to audit trails. Client implementations for interacting with audit trails on the IOTA ledger.

AuditTrailClientReadOnly is the entry point for read-only inspection and typed trail handles. AuditTrailClient wraps a read-only client together with a signer so it can build write transactions through the shared transaction infrastructure.

Re-exports§

pub use full_client::*;
pub use read_only::*;

Modules§

full_client
A signing client that can create audit-trail transaction builders.
read_only
A read-only client that resolves package IDs and executes inspected calls. Read-only client support for audit-trail interactions.