Type alias SchemaModuleV0

SchemaModuleV0: {
    contracts: Map<ContractName, SchemaContractV1>;
}

Contains all schemas for a smart contract module V0. Older versions of smart contracts might have this embedded in the custom section labelled concordium-schema-v1.

Type declaration

  • contracts: Map<ContractName, SchemaContractV1>

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

Generated using TypeDoc