CCC Docs
    Preparing search index...

    Variable MeltSporeConst

    MeltSpore: Codec<
        EncodableRecord<
            { sporeId: Codec<BytesLike, `0x${string}`>; from: Codec<{}, {}> },
        >,
        DecodedRecord<
            { sporeId: Codec<BytesLike, `0x${string}`>; from: Codec<{}, {}> },
        >,
    > = ...