CCC Docs
    Preparing search index...

    Type Alias ScriptInfoLike

    type ScriptInfoLike = {
        codeHash: HexLike;
        hashType: HashTypeLike;
        cellDeps: CellDepInfoLike[];
    }
    Index

    Properties

    codeHash: HexLike
    hashType: HashTypeLike
    cellDeps: CellDepInfoLike[]