miden-protocol 0.16.0-alpha.1

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ACCOUNT ID
# =================================================================================================

# Re-exported from the `miden::protocol_utils` library, where the implementation lives. This keeps
# the procedures available under the public `miden::protocol::account_id` path.

pub use {
    eq,
    eqz,
    shape_suffix,
    testz,
    validate,
    validate_structure,
} from miden::protocol_utils::account_id