Vaulta

blackjackpro

Contract

The data structures defined by this contract.

  • Action parameter in dellogs

    {
      "name": "dellogs",
      "base": "",
      "fields": [
        {
          "name": "trxid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of tsr

    {
      "name": "tsr",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "asset",
          "type": "asset"
        },
        {
          "name": "date",
          "type": "uint64"
        },
        {
          "name": "dir",
          "type": "uint8"
        },
        {
          "name": "hash",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }