miden-standards 0.15.2

Standards of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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};

mod tx_script_allowlist;
pub use tx_script_allowlist::{
    NetworkAccountTxScriptAllowlist,
    NetworkAccountTxScriptAllowlistError,
};