quartz-proto 0.5.1

Protobuf types defining the Quartz handshake to initialize connection between a smart contract and trusted execution environment.
Documentation
1
2
3
4
5
#![allow(clippy::unwrap_used, unused_qualifications)]

pub mod quartz {
    include!(concat!("prost/", "quartz.rs"));
}