miden-protocol 0.14.3

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
# EVENTS
# =================================================================================================

#! The event to request an authentication signature.
pub const AUTH_REQUEST_EVENT = event("miden::protocol::auth::request")

#! The event emitted when authentication is unauthorized.
pub const AUTH_UNAUTHORIZED_EVENT = event("miden::protocol::auth::unauthorized")