pub type ContractsByAddress = BTreeMap<Address, (String, JsonAbi)>;
Wrapper type that maps an address to a contract identifier and contract ABI.
pub struct ContractsByAddress { /* private fields */ }