Class DemocracyFunctions
- java.lang.Object
-
- org.polkadot.api.derive.democracy.DemocracyFunctions
-
public class DemocracyFunctions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDemocracyFunctions.ReferendumInfoExtendedA ReferendumInfo with an additional `index` field
-
Constructor Summary
Constructors Constructor Description DemocracyFunctions()
-
Method Summary
Modifier and Type Method Description static Types.DeriveRealFunctionreferendumInfo(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionreferendumInfos(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionreferendums(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionreferendumVotesFor(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionvotes(Types.ApiInterfacePromise api)
-
-
-
Method Detail
-
votes
public static Types.DeriveRealFunction votes(Types.ApiInterfacePromise api)
-
referendumInfo
public static Types.DeriveRealFunction referendumInfo(Types.ApiInterfacePromise api)
-
referendumInfos
public static Types.DeriveRealFunction referendumInfos(Types.ApiInterfacePromise api)
-
referendums
public static Types.DeriveRealFunction referendums(Types.ApiInterfacePromise api)
-
referendumVotesFor
public static Types.DeriveRealFunction referendumVotesFor(Types.ApiInterfacePromise api)
-
-