Crate croncat_factory

Source
Expand description

§croncat-factory

Factory contract for deploying, migrating and storing croncat contracts metadata. It manages versions of all contracts, helping with backward compatibility and DAO governed contracts.

For more info see the wiki

Factory contract queries:

QueryDescription
ConfigGets the factory contract configuration
LatestContractsGets latest contract names and metadatas of the contracts
LatestContractGets latest version metadata of the contract
VersionsByContractNameGets metadatas of the contract
ContractNamesGets list of the contract names
AllEntriesGets all contract names and metadatas stored in factory

Factory contract actions:

ExecuteDescription
UpdateConfigUpdates the factory config
RemoveRemoves contract metadata from the factory if contract is paused or it is library contract.
UpdateMetadataUpdate fields of the contract metadata
UnregisterAgentActions for removing agent from the system

Re-exports§

pub use error::ContractError;

Modules§

contract
error
msg
state