Docs.rs
miden-client-cli-0.16.0
miden-client-cli 0.16.0
Docs.rs crate page
MIT
07 September 2026
Links
Repository
crates.io
Source
Owners
bobbinth
github:0xmiden:crate-publishers
Dependencies
clap ^4.5
normal
comfy-table ^7.1
normal
dirs ^6.0
normal
figment ^0.10
normal
miden-client ^0.16
normal
miden-client-sqlite-store ^0.16
normal
miden-debug ^0.10
normal
optional
miette ^7.6
normal
rand ^0.10
normal
serde ^1.0
normal
thiserror ^2.0
normal
tokio ^1.48
normal
toml ^0.9
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
anyhow ^1.0
dev
assert_cmd ^2.0
dev
miden-client ^0.16
dev
miden-client-integration-tests ^0.16
dev
miden-mast-package ^0.29
dev
midenc-hir-type ^0.10
dev
predicates ^3.0
dev
regex ^1.0
dev
serial_test ^3.0
dev
miden-client ^0.16
build
Versions
33.33%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module note
miden_
client_
cli
0.16.0
Module note
Module Items
Structs
Enums
In miden_
client_
cli::
rpc::
domain
miden_client_cli
::
rpc
::
domain
Module
note
Copy item path
Source
Structs
§
Committed
Note
Represents a committed note, returned as part of a
SyncNotesResponse
.
Resolved
Sync
Notes
Block
A block’s worth of notes resolved by
NodeRpcClient::sync_notes_with_content
.
Sync
Notes
Block
Represents a single block’s worth of note sync data from the
SyncNotesResponse
.
Synced
Note
Everything resolved about a single note during a notes sync: its identity, metadata, and inclusion proof (always present, from
SyncNotes
), its attachments, and the public note body when it was fetched via
GetNotesById
.
Enums
§
Fetched
Note
Describes the possible responses from the
GetNotesById
endpoint for a single note.