ServiceGov class
Constructors
- ServiceGov(SubstrateService serviceRoot)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceRoot → SubstrateService
-
final
Methods
-
getDemocracyUnlocks(
String address) → Future< List?> -
getExternalLinks(
Map params) → Future< List?> -
getReferendumVoteConvictions(
) → Future< List?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryCouncilInfo(
) → Future< Map?> -
queryCouncilMotions(
) → Future< List?> -
queryCouncilVotes(
) → Future< Map?> -
queryDemocracyLocks(
String address) → Future< List?> -
queryNextExternal(
) → Future< Map?> -
queryProposals(
) → Future< List?> -
queryReferendums(
String address) → Future< List> -
queryTreasuryOverview(
) → Future< Map?> -
queryTreasuryProposal(
String id) → Future< Map?> -
queryTreasuryTips(
) → Future< List?> -
queryUserCouncilVote(
String address) → Future< Map?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited