miden-standards 0.15.0

Standards of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
mod auth_network_account;
pub use auth_network_account::AuthNetworkAccount;

#[allow(clippy::module_inception)]
mod network_account;
pub use network_account::NetworkAccount;

mod note_allowlist;
pub use note_allowlist::{NetworkAccountNoteAllowlist, NetworkAccountNoteAllowlistError};