Telos

eosio.evm

컨트랙트

  • 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[]"
        }
      ]
    }