Type alias SchemaModuleV3

SchemaModuleV3: {
    contracts: Map<ContractName, SchemaContractV3>;
}

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

Type declaration

  • contracts: Map<ContractName, SchemaContractV3>

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

Generated using TypeDoc