Type alias SchemaModuleV2

SchemaModuleV2: {
    contracts: Map<ContractName, SchemaContractV2>;
}

Contains all the contract schemas for a smart contract module V1.

Type declaration

  • contracts: Map<ContractName, SchemaContractV2>

    Map from contract name to a collection of schemas for that contract.

Generated using TypeDoc