CCC Docs
    Preparing search index...

    Variable CreateClusterAgentConst

    CreateClusterAgent: Codec<
        EncodableRecord<
            {
                clusterId: Codec<BytesLike, `0x${string}`>;
                clusterProxyId: Codec<BytesLike, `0x${string}`>;
                to: Codec<{}, {}>;
            },
        >,
        DecodedRecord<
            {
                clusterId: Codec<BytesLike, `0x${string}`>;
                clusterProxyId: Codec<BytesLike, `0x${string}`>;
                to: Codec<{}, {}>;
            },
        >,
    > = ...

    ClusterAgent