Package org.polkadot.direct
Interface IModule<S extends ISection>
-
- All Known Subinterfaces:
IRpcModule,Types.IRpcRx,Types.Storage
- All Known Implementing Classes:
Index.Derive,Index.DeriveCustom,Index.DeriveReal,RpcCore,Types.DecoratedRpc,Types.Derive,Types.QueryableStorage,Types.SubmittableExtrinsics
public interface IModule<S extends ISection>
-
-
Method Summary
Modifier and Type Method Description default voidaddSection(java.lang.String sectionName, S section)Ssection(java.lang.String section)java.util.Set<java.lang.String>sectionNames()
-