CCC Docs
    Preparing search index...

    Interface Decoder

    interface Decoder {
        type: "code_hash" | "type_id" | "type_script";
        hash?: string;
        script?: { code_hash: string; hash_type: string; args: string };
    }
    Index
    type: "code_hash" | "type_id" | "type_script"
    hash?: string
    script?: { code_hash: string; hash_type: string; args: string }