Expand description
Re-export the entire miden_client crate so external projects can use a single dependency.
Modules§
Structs§
- Note
Info - Information about a note fetched from the note transport network
- Note
Transport Cursor - Note transport cursor
- Note
Transport Update - Note Transport update
Enums§
Constants§
- NOTE_
TRANSPORT_ CURSOR_ STORE_ SETTING - NOTE_
TRANSPORT_ DEVNET_ ENDPOINT - NOTE_
TRANSPORT_ OUTBOX_ KEY - Settings key for the durable relay outbox: a serialized
Vec<NoteInfo>of private notes whose transport delivery has not yet succeeded.send_private_noteappends (replacing any entry with the same note id) before relaying;Client::flush_relay_outboxdrains entries that re-send successfully. Reusing the settings k/v avoids a Store-trait schema change while surviving process restarts. - NOTE_
TRANSPORT_ TESTNET_ ENDPOINT
Traits§
- Note
Stream - Stream trait for note streaming
- Note
Transport Client - The main transport client trait for sending and receiving encrypted notes