Package org.polkadot.api.derive.accounts
Class AccountFunctions
- java.lang.Object
-
- org.polkadot.api.derive.accounts.AccountFunctions
-
public class AccountFunctions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountFunctions.AccountIdAndIndexstatic classAccountFunctions.AccountIndexes
-
Constructor Summary
Constructors Constructor Description AccountFunctions()
-
Method Summary
Modifier and Type Method Description static Types.DeriveRealFunctionidAndIndex(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionidToIndex(Types.ApiInterfacePromise api)static Types.DeriveRealFunctionindexes(Types.ApiInterfacePromise api)Returns all the indexes on the system - this is an unwieldly query since it loops through all of the enumsets and returns all of the values found.static Types.DeriveRealFunctionindexToId(Types.ApiInterfacePromise api)
-
-
-
Method Detail
-
indexToId
public static Types.DeriveRealFunction indexToId(Types.ApiInterfacePromise api)
-
indexes
public static Types.DeriveRealFunction indexes(Types.ApiInterfacePromise api)
Returns all the indexes on the system - this is an unwieldly query since it loops through all of the enumsets and returns all of the values found. This could be up to 32k depending on the number of active accounts in the system
-
idToIndex
public static Types.DeriveRealFunction idToIndex(Types.ApiInterfacePromise api)
-
idAndIndex
public static Types.DeriveRealFunction idAndIndex(Types.ApiInterfacePromise api)
-
-