ContextCell: {
    script?: ScriptLike | null;
    cell: Omit<CellLike, "outPoint">;
    tx?: null;
}