Vaulta

consortiumlv

Contract

  • Table row type of commdata

    {
      "name": "commdata",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "totalvoters",
          "type": "uint64"
        },
        {
          "name": "totaltokensvoted",
          "type": "uint64"
        },
        {
          "name": "communityname",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "backgroundurl",
          "type": "string"
        },
        {
          "name": "tokenurl",
          "type": "string"
        },
        {
          "name": "tokensymbol",
          "type": "string"
        },
        {
          "name": "toppoll",
          "type": "uint64"
        },
        {
          "name": "staked",
          "type": "asset"
        },
        {
          "name": "fetch1",
          "type": "string[]"
        },
        {
          "name": "fetch2",
          "type": "string[]"
        },
        {
          "name": "fetch3",
          "type": "string[]"
        },
        {
          "name": "totalcirculation",
          "type": "uint64"
        }
      ]
    }