Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 692 Bytes

VoteEvent.rst

File metadata and controls

24 lines (17 loc) · 692 Bytes

Vote Event

Class: VoteEventDTO

Properties:

  1. Hash
    • Type: byte[]
    • Description: Represents the hash of the project for which the vote was cast.
  2. From
    • Type: string
    • Description: Represents the address of the delegate who cast the vote.
  3. Decision
    • Type: bool
    • Description: Represents the decision of the vote (e.g., true for "yes" and false for "no").
  4. Weight
    • Type: uint
    • Description: Represents the weight or value of the vote.

Please note that any required imports or namespace declarations should be included in your actual code, which have been omitted here for brevity.