CCC Docs
    Preparing search index...

    Variable CreateClusterConst

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

    Cluster