Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Aug 27, 2024
1 parent 8c86e51 commit a0db4b0
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions crates/exex/cairo-programs/transaction_hash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"attributes": [],
"builtins": [],
"compiler_version": "0.12.0",
"data": [
"0x208b7fff7fff7ffe"
],
"debug_info": {
"file_contents": {},
"instruction_locations": {
"0": {
"accessible_scopes": [
"__main__",
"__main__.main"
],
"flow_tracking_data": {
"ap_tracking": {
"group": 0,
"offset": 0
},
"reference_ids": {}
},
"hints": [
{
"location": {
"end_col": 7,
"end_line": 4,
"input_file": {
"filename": "crates/exex/cairo-programs/transaction_hash.cairo"
},
"start_col": 5,
"start_line": 2
},
"n_prefix_newlines": 1
}
],
"inst": {
"end_col": 8,
"end_line": 6,
"input_file": {
"filename": "crates/exex/cairo-programs/transaction_hash.cairo"
},
"start_col": 5,
"start_line": 6
}
}
}
},
"hints": {
"0": [
{
"accessible_scopes": [
"__main__",
"__main__.main"
],
"code": "print_latest_block_transactions",
"flow_tracking_data": {
"ap_tracking": {
"group": 0,
"offset": 0
},
"reference_ids": {}
}
}
]
},
"identifiers": {
"__main__.main": {
"decorators": [],
"pc": 0,
"type": "function"
},
"__main__.main.Args": {
"full_name": "__main__.main.Args",
"members": {},
"size": 0,
"type": "struct"
},
"__main__.main.ImplicitArgs": {
"full_name": "__main__.main.ImplicitArgs",
"members": {},
"size": 0,
"type": "struct"
},
"__main__.main.Return": {
"cairo_type": "()",
"type": "type_definition"
},
"__main__.main.SIZEOF_LOCALS": {
"type": "const",
"value": 0
}
},
"main_scope": "__main__",
"prime": "0x800000000000011000000000000000000000000000000000000000000000001",
"reference_manager": {
"references": []
}
}

0 comments on commit a0db4b0

Please sign in to comment.