Package org.polkadot.api
Class Types.DecoratedRpc<ApplyResult>
- java.lang.Object
-
- org.polkadot.api.Types.DecoratedRpc<ApplyResult>
-
- All Implemented Interfaces:
IModule<Types.DecoratedRpcSection<ApplyResult>>
- Enclosing interface:
- Types
public static class Types.DecoratedRpc<ApplyResult> extends java.lang.Object implements IModule<Types.DecoratedRpcSection<ApplyResult>>
-
-
Constructor Summary
Constructors Constructor Description DecoratedRpc()
-
Method Summary
Modifier and Type Method Description voidaddSection(java.lang.String sectionName, Types.DecoratedRpcSection section)Types.DecoratedRpcSection<ApplyResult>author()Types.DecoratedRpcSection<ApplyResult>chain()Types.DecoratedRpcSectionsection(java.lang.String section)java.util.Set<java.lang.String>sectionNames()Types.DecoratedRpcSection<ApplyResult>state()Types.DecoratedRpcSection<ApplyResult>system()
-
-
-
Method Detail
-
section
public Types.DecoratedRpcSection section(java.lang.String section)
- Specified by:
sectionin interfaceIModule<ApplyResult>
-
sectionNames
public java.util.Set<java.lang.String> sectionNames()
- Specified by:
sectionNamesin interfaceIModule<ApplyResult>
-
addSection
public void addSection(java.lang.String sectionName, Types.DecoratedRpcSection section)- Specified by:
addSectionin interfaceIModule<ApplyResult>
-
author
public Types.DecoratedRpcSection<ApplyResult> author()
-
chain
public Types.DecoratedRpcSection<ApplyResult> chain()
-
state
public Types.DecoratedRpcSection<ApplyResult> state()
-
system
public Types.DecoratedRpcSection<ApplyResult> system()
-
-