CCC Docs
    Preparing search index...

    Variable MeltClusterAgentConst

    MeltClusterAgent: Codec<
        EncodableRecord<
            {
                clusterId: Codec<BytesLike, `0x${string}`>;
                from: Codec<{} | {}, {}>;
            },
        >,
        DecodedRecord<
            {
                clusterId: Codec<BytesLike, `0x${string}`>;
                from: Codec<{} | {}, {}>;
            },
        >,
    > = ...