# Interfaces
ConfigTransformer is the interface used to create the configuration of an MCMS contract.
No description provided by the author
No description provided by the author
Decoder decodes the transaction data of chain operations.
Encoder encoding MCMS operations and metadata into hashes.
Executor is an interface for executing MCMS operations on a chain.
Inspector is an interface for inspecting on chain state of MCMS contracts.
Simulator simulates mcms actions on a chain
This is only required if the chain supports simulation.
TimelockConverter converts a batch of chain operations to an types.ChainOperation.
TimelockExecutor is an interface for executing scheduled timelock operations.
No description provided by the author