Module Overview
Module Name govote_voting_v1
Module Reference a1ed663a24
Verification Status Unverifiable
Age 1010 days
Sender 2900
More Info
Deployed in block 3,435,737
Deployed in tx fc9f
Methods 4
Contracts 2
Module Build Info
Verification Status:Unverifiable
Build Image Used:N/A
Build Command Used:N/A
Archive Hash:N/A
Link to Source Code:N/A
Explanation:No embedded build information found.
Module Schema
Initialization

Parameters
{
  "description": "<String>",
  "expiry": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "proposal_names": [
    "<String>"
  ],
  "title": "<String>"
}
Errors
None
Event
None
Methods

Parameters
{
  "proposal_id": "<UInt8>"
}
Errors
None
Return
None

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
{
  "description": "<String>",
  "expiry": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "proposals": [
    [
      "<UInt8>",
      {
        "name": "<String>",
        "vote_count": "<UInt32>"
      }
    ]
  ],
  "status": {
    "Enum": [
      {
        "InProcess": []
      },
      {
        "Finished": []
      }
    ]
  },
  "title": "<String>",
  "voters": [
    [
      {
        "Enum": [
          {
            "Account": [
              "<AccountAddress>"
            ]
          },
          {
            "Contract": [
              {
                "index": "<UInt64>",
                "subindex": "<UInt64>"
              }
            ]
          }
        ]
      },
      {
        "vote": "<UInt8>",
        "voted": "<Bool>",
        "weight": "<UInt32>"
      }
    ]
  ],
  "winning_proposal_id": [
    "<UInt8>"
  ]
}
Module Usage