Package org.polkadot.api
Class Types.Derive<ApplyResult>
- java.lang.Object
-
- org.polkadot.api.Types.Derive<ApplyResult>
-
- All Implemented Interfaces:
IModule<Types.DeriveSection>
- Enclosing interface:
- Types
public static class Types.Derive<ApplyResult> extends java.lang.Object implements IModule<Types.DeriveSection>
-
-
Constructor Summary
Constructors Constructor Description Derive()
-
Method Summary
Modifier and Type Method Description voidaddSection(java.lang.String sectionName, Types.DeriveSection section)Types.DeriveSection<ApplyResult>section(java.lang.String section)java.util.Set<java.lang.String>sectionNames()
-
-
-
Method Detail
-
section
public Types.DeriveSection<ApplyResult> 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.DeriveSection section)- Specified by:
addSectionin interfaceIModule<ApplyResult>
-
-