catalyst-protocol-sdk-rust 0.1.5

Protocol Specification for Catalyst Network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The  Prelude
//!
//! The purpose of this module is to include protobuf traits which may be needed to invoke methods on the types defined in this crate.
//!
//! ```
//! # #![allow(unused_imports)]
//! use catalyst_protocol_sdk_rust::prelude::*;
//! ```

pub use protobuf::ProtobufEnum;
pub use protobuf::Message;