## Named


Contracts keyed by name, where the key type is bounded by `str`


`type`` Named[T: str] = dict[T, ContractId]`
