Telos

eosio.evm

Contract

  • Action parameter in receipt

    {
      "name": "receipt",
      "base": "",
      "fields": [
        {
          "name": "tx",
          "type": "bytes"
        },
        {
          "name": "trx_index",
          "type": "uint32"
        },
        {
          "name": "block",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "epoch",
          "type": "uint32"
        },
        {
          "name": "createdaddr",
          "type": "string"
        },
        {
          "name": "gasused",
          "type": "string"
        },
        {
          "name": "gasusedblock",
          "type": "string"
        },
        {
          "name": "logs",
          "type": "string"
        },
        {
          "name": "output",
          "type": "string"
        },
        {
          "name": "errors",
          "type": "string"
        },
        {
          "name": "itxs",
          "type": "itx_data[]"
        }
      ]
    }