-
- All Implemented Interfaces:
-
dev.sublab.substrate.modules.chain.ChainModule
public final class ChainModuleClient implements ChainModule
Handles chain block hash fetching
-
-
Constructor Summary
Constructors Constructor Description ChainModuleClient(Rpc rpc)
-
Method Summary
Modifier and Type Method Description StringgetBlockHash(Integer number)Gets block hash using the provided number as a parameter for RPCrequest-
-
Constructor Detail
-
ChainModuleClient
ChainModuleClient(Rpc rpc)
-
-
Method Detail
-
getBlockHash
String getBlockHash(Integer number)
Gets block hash using the provided number as a parameter for
RPCrequest
-
-
-
-