Package org.polkadot.api.derive.staking
Class StakingFunctions
- java.lang.Object
-
- org.polkadot.api.derive.staking.StakingFunctions
-
public class StakingFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StakingFunctions()
-
Method Summary
Modifier and Type Method Description static Types.DeriveRealFunctioncontrollers(Types.ApiInterfacePromise api)From the list of stash accounts, retrieve the list of controllersstatic Types.DeriveRealFunctionintentionsBalances(Types.ApiInterfacePromise api)Get the balances for all intentions and their nominators
-
-
-
Method Detail
-
controllers
public static Types.DeriveRealFunction controllers(Types.ApiInterfacePromise api)
From the list of stash accounts, retrieve the list of controllers
-
intentionsBalances
public static Types.DeriveRealFunction intentionsBalances(Types.ApiInterfacePromise api)
Get the balances for all intentions and their nominators
-
-