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.