ContractDependency

Trait ContractDependency 

Source
pub trait ContractDependency {
    // Required methods
    fn id(&self) -> ContractId;
    fn log_decoder(&self) -> LogDecoder;
}

Required Methods§

Implementors§