Vaulta

deboardcomin

Contract

The data structures defined by this contract.

  • Action parameter in delall

    {
      "name": "delall",
      "base": "",
      "fields": [
        {
          "name": "max_items",
          "type": "int32"
        },
        {
          "name": "iter_num",
          "type": "int32"
        }
      ]
    }
  • Table row type of posts

    {
      "name": "post_t",
      "base": "",
      "fields": [
        {
          "name": "post_id",
          "type": "uint64"
        },
        {
          "name": "post_uniqueId",
          "type": "string"
        },
        {
          "name": "token_name",
          "type": "symbol_code"
        },
        {
          "name": "publisher",
          "type": "uint64"
        },
        {
          "name": "upvoter",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "asset"
        }
      ]
    }
  • Table row type of vconfig

    {
      "name": "vconfig",
      "base": "",
      "fields": [
        {
          "name": "primary_value",
          "type": "name"
        },
        {
          "name": "next_available_key",
          "type": "uint64"
        },
        {
          "name": "initial_upvote",
          "type": "uint64"
        }
      ]
    }