-
- All Implemented Interfaces:
public interface SubstrateLookup
-
-
Method Summary
Modifier and Type Method Description abstract Flow<RuntimeModule>findModule(String name)abstract Flow<RuntimeModuleConstant>findConstant(String moduleName, String constantName)abstract Flow<FindStorageItemResult>findStorageItem(String moduleName, String itemName)abstract Flow<RuntimeType>findRuntimeType(BigInteger index)-
-
Method Detail
-
findModule
abstract Flow<RuntimeModule> findModule(String name)
-
findConstant
abstract Flow<RuntimeModuleConstant> findConstant(String moduleName, String constantName)
-
findStorageItem
abstract Flow<FindStorageItemResult> findStorageItem(String moduleName, String itemName)
-
findRuntimeType
abstract Flow<RuntimeType> findRuntimeType(BigInteger index)
-
-
-
-