Type Alias ContractsByAddress

Source
pub type ContractsByAddress = BTreeMap<Address, (String, JsonAbi)>;
Expand description

Wrapper type that maps an address to a contract identifier and contract ABI.

Aliased Typeยง

pub struct ContractsByAddress { /* private fields */ }