Vaulta

hotsexygames

Contract

The data structures defined by this contract.

  • Table row type of children

    {
      "name": "children",
      "base": "",
      "fields": [
        {
          "name": "account_name",
          "type": "name"
        }
      ]
    }
  • Action parameter in done

    {
      "name": "done",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        }
      ]
    }
  • Table row type of log

    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "txid",
          "type": "checksum256"
        },
        {
          "name": "remark",
          "type": "string"
        },
        {
          "name": "data",
          "type": "string"
        }
      ]
    }
  • t

    Table row type of t

    {
      "name": "t",
      "base": "",
      "fields": [
        {
          "name": "u",
          "type": "name"
        },
        {
          "name": "t",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in welcome

    {
      "name": "welcome",
      "base": "",
      "fields": [
        {
          "name": "min",
          "type": "asset"
        }
      ]
    }