Scorum
Public Attributes | List of all members
scorum::app::vote_state Struct Reference

#include <state.hpp>

Public Attributes

std::string voter
 
uint64_t weight = 0
 
int64_t rshares = 0
 
vote_weight_type percent = 0
 
time_point_sec time
 

Detailed Description

Definition at line 13 of file state.hpp.

Member Data Documentation

◆ percent

vote_weight_type scorum::app::vote_state::percent = 0

Definition at line 18 of file state.hpp.

◆ rshares

int64_t scorum::app::vote_state::rshares = 0

Definition at line 17 of file state.hpp.

◆ time

time_point_sec scorum::app::vote_state::time

Definition at line 19 of file state.hpp.

◆ voter

std::string scorum::app::vote_state::voter

Definition at line 15 of file state.hpp.

◆ weight

uint64_t scorum::app::vote_state::weight = 0

Definition at line 16 of file state.hpp.


The documentation for this struct was generated from the following file: