Crate ethcore_call_contract
source · [−]Expand description
Call Contract module
This crate exposes traits required to call contracts at particular block. All utilities that depend on on-chain data should use those traits to access it.
Re-exports
pub use self::call_contract::*;
Modules
Provides CallContract and RegistryInfo traits