Vaulta

eparticlectr

Contract

  • Table row type of votestblex

    {
      "name": "voteextra_t",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "proposal_id",
          "type": "uint64"
        },
        {
          "name": "ipfs_hash",
          "type": "ipfshash_t"
        },
        {
          "name": "approve",
          "type": "bool"
        },
        {
          "name": "is_editor",
          "type": "bool"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint32"
        },
        {
          "name": "stake_id",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "proxied_for",
          "type": "string"
        },
        {
          "name": "extra_note",
          "type": "string"
        }
      ]
    }