SmartContractNetworksDefinition

Interface
Configuration for the smart contract by network.
export interface SmartContractNetworksDefinition { 
  readonly [networkType: string]: SmartContractNetworkDefinition; 
}