Package org.polkadot.direct
Interface IRpcModule
-
- All Superinterfaces:
IModule<IRpc.RpcInterfaceSection>
- All Known Subinterfaces:
Types.IRpcRx
- All Known Implementing Classes:
RpcCore
public interface IRpcModule extends IModule<IRpc.RpcInterfaceSection>
-
-
Method Summary
Modifier and Type Method Description IRpc.RpcInterfaceSectionauthor()IRpc.RpcInterfaceSectionchain()default IRpc.RpcInterfaceSectionsection(java.lang.String section)default java.util.Set<java.lang.String>sectionNames()IRpc.RpcInterfaceSectionstate()IRpc.RpcInterfaceSectionsystem()-
Methods inherited from interface org.polkadot.direct.IModule
addSection
-
-
-
-
Method Detail
-
author
IRpc.RpcInterfaceSection author()
-
chain
IRpc.RpcInterfaceSection chain()
-
state
IRpc.RpcInterfaceSection state()
-
system
IRpc.RpcInterfaceSection system()
-
sectionNames
default java.util.Set<java.lang.String> sectionNames()
- Specified by:
sectionNamesin interfaceIModule<IRpc.RpcInterfaceSection>
-
section
default IRpc.RpcInterfaceSection section(java.lang.String section)
- Specified by:
sectionin interfaceIModule<IRpc.RpcInterfaceSection>
-
-