Vaulta

advanceminer

Contract

The data structures defined by this contract.

  • Action parameter in notifylog

    {
      "name": "notifylog",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "shit",
          "type": "bytes"
        }
      ]
    }
  • Action parameter in pow

    {
      "name": "pow",
      "base": "",
      "fields": [
        {
          "name": "cnt",
          "type": "uint64"
        },
        {
          "name": "min_sell",
          "type": "asset"
        },
        {
          "name": "min_get",
          "type": "asset"
        },
        {
          "name": "ischeckbp",
          "type": "bool"
        }
      ]
    }