pod-examples-solidity 0.5.1

Bindings for pod Solidity contracts examples
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(unused_imports, unused_attributes, clippy::all, rustdoc::all)]
//! This module contains the sol! generated bindings for solidity contracts.
//! This is autogenerated code.
//! Do not manually edit these files.
//! These files may be overwritten by the codegen system at any time.
pub mod r#fast_types;
pub mod r#i_auction;
pub mod r#pi2;
pub mod r#ranked_feed;
pub mod r#time;
pub mod r#voting;