Package org.polkadot.direct
Class ISection<F extends IFunction>
- java.lang.Object
-
- org.polkadot.direct.ISection<F>
-
- Direct Known Subclasses:
Index.DeriveCustomSection,Index.DeriveRealSection,IRpc.RpcInterfaceSection,Types.DecoratedRpcSection,Types.DeriveSection,Types.ModuleStorage,Types.QueryableModuleStorage,Types.SubmittableModuleExtrinsics
public abstract class ISection<F extends IFunction> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ISection()
-
Method Summary
Modifier and Type Method Description booleanaddFunction(java.lang.String name, F function)Ffunction(java.lang.String function)java.util.Set<java.lang.String>functionNames()
-