Vaulta

eosknightsio

Contract

  • Table row type of revenue

    {
      "name": "revenue",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "selling",
          "type": "asset"
        },
        {
          "name": "spending",
          "type": "asset"
        },
        {
          "name": "buying",
          "type": "asset"
        },
        {
          "name": "selling_count",
          "type": "uint32"
        },
        {
          "name": "spending_count",
          "type": "uint32"
        },
        {
          "name": "buying_count",
          "type": "uint16"
        },
        {
          "name": "selllogs",
          "type": "selllog[]"
        },
        {
          "name": "buylogs",
          "type": "buylog[]"
        }
      ]
    }