miden-tx 0.15.3

Miden blockchain transaction executor and prover
Documentation
1
2
3
4
5
6
7
mod tx_authenticator;
pub use tx_authenticator::{
    BasicAuthenticator,
    SigningInputs,
    TransactionAuthenticator,
    UnreachableAuth,
};