arbiter-bindings 0.1.7

Rust bindings for common solidity smart contracts
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(clippy::all)]
//! This module contains abigen! 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 arbiter_math;
pub mod arbiter_token;
pub mod counter;
pub mod liquid_exchange;
pub mod weth;