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