Versions in this module Expand all Collapse all v0 v0.2.0 May 7, 2026 Changes in this version + var UpdateChainMetadataOp = cldfops.NewOperation("catalog-update-chain-metadata", semver.MustParse("1.0.0"), ...) + var UpdateContractMetadataOp = cldfops.NewOperation("catalog-update-contract-metadata", semver.MustParse("1.0.0"), ...) + type UpdateChainMetadataDeps struct + DataStore cldfdatastore.DataStore + type UpdateChainMetadataInput struct + ChainMetadata []cldfdatastore.ChainMetadata + type UpdateChainMetadataOutput struct + DataStore cldfdatastore.MutableDataStore + type UpdateContractMetadataDeps struct + DataStore cldfdatastore.DataStore + type UpdateContractMetadataInput struct + ContractMetadata []cldfdatastore.ContractMetadata + type UpdateContractMetadataOutput struct + DataStore cldfdatastore.MutableDataStore v0.1.0 May 6, 2026 Changes in this version + var CreateChainMetadataOp = cldfops.NewOperation("catalog-create-chain-metadata", semver.MustParse("1.0.0"), ...) + var CreateContractMetadataOp = cldfops.NewOperation("catalog-create-contract-metadata", semver.MustParse("1.0.0"), ...) + type CreateChainMetadataDeps struct + DataStore cldfdatastore.DataStore + type CreateChainMetadataInput struct + ChainMetadata []cldfdatastore.ChainMetadata + type CreateChainMetadataOutput struct + DataStore cldfdatastore.MutableDataStore + type CreateContractMetadataDeps struct + DataStore cldfdatastore.DataStore + type CreateContractMetadataInput struct + ContractMetadata []cldfdatastore.ContractMetadata + type CreateContractMetadataOutput struct + DataStore cldfdatastore.MutableDataStore