neo-ngd / Neo3-GUI

Neo3-GUI: still under development
MIT License
16 stars 12 forks source link

Add the InteropInterface result stack #132

Open cloud8little opened 3 years ago

cloud8little commented 3 years ago

neo-cli

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "script": "wh8MBXJvb3RzDBRxS8eug3skbY+QELk1dtdQqJCm8UFifVtS",
    "state": "HALT",
    "gasconsumed": "2288880",
    "exception": null,
    "stack": [
      {
        "type": "InteropInterface",
        "iterator": [
          {
            "type": "ByteString",
            "value": "bmVv"
          }
        ],
        "truncated": false
      }
    ]
  }
}

GUI

4872445a32b68d0be6177dc4b7b2e01