# Functions
ReadSupportContractsFile reads the configuration file and returns a a list of contracts and their supported implementations.
# Structs
ContractImplementation is a resources that implements some contract.
SupportedContractImplementations defines a list of resources that implement a contract.
# Type aliases
SupportedContractImplementationsList is a list of contracts and their supported implementations.