public class DemocracyFunctions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DemocracyFunctions.ReferendumInfoExtended
A ReferendumInfo with an additional
index field |
Constructor and Description |
---|
DemocracyFunctions() |
Modifier and Type | Method and Description |
---|---|
static Types.DeriveRealFunction |
referendumInfo(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
referendumInfos(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
referendums(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
referendumVotesFor(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
votes(Types.ApiInterfacePromise api) |
public static Types.DeriveRealFunction votes(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction referendumInfo(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction referendumInfos(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction referendums(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction referendumVotesFor(Types.ApiInterfacePromise api)