rtvm-interpreter 4.0.0

rtvm Interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "validate_empty_code": {
    "vectors": {
      "validate_empty_code_0": {
        "code": "0x",
        "results": {
          "Prague": {
            "exception": "EOF_InvalidPrefix",
            "result": false
          }
        }
      }
    }
  }
}