Crate vapcore_call_contract[][src]

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

call_contract

Provides CallContract trait