Class VotesQuery
Rpc query to access voting data
Inherited Members
Namespace: Netmavryk.Rpc.Queries
Assembly: Netmavryk.dll
Syntax
public class VotesQuery : RpcQuery
Properties
| Improve this Doc View SourceBallotList
Gets the query to the ballots casted so far during a voting period
Declaration
public RpcObject BallotList { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
Ballots
Gets the query to the sum of ballots casted so far during a voting period
Declaration
public RpcObject Ballots { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
CurrentPeriodKind
Gets the query to the current period kind
Declaration
public RpcObject CurrentPeriodKind { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
CurrentProposals
Gets the query to the current proposal under evaluation
Declaration
public RpcObject CurrentProposals { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
CurrentQuorum
Gets the query to the current expected quorum
Declaration
public RpcObject CurrentQuorum { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
Listings
Gets the query to the list of delegates with their voting weight, in number of rolls
Declaration
public RpcObject Listings { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
Proposals
Gets the query to the list of proposals with number of supporters
Declaration
public RpcObject Proposals { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |