Vaulta

cptblackbill

Contract

  • Table row type of exchngbuylog

    {
      "name": "exchngbuylog",
      "base": "",
      "fields": [
        {
          "name": "pkey",
          "type": "uint64"
        },
        {
          "name": "toaccount",
          "type": "name"
        },
        {
          "name": "tokens",
          "type": "asset"
        },
        {
          "name": "itemprice",
          "type": "asset"
        },
        {
          "name": "eosprice",
          "type": "asset"
        },
        {
          "name": "timestamp",
          "type": "int32"
        }
      ]
    }