Package io.horizen.evm
Class BlockHashCallback
- java.lang.Object
-
- io.horizen.evm.BlockHashCallback
-
- All Implemented Interfaces:
AutoCloseable
public abstract class BlockHashCallback extends Object
-
-
Field Summary
Fields Modifier and Type Field Description inthandle
-
Constructor Summary
Constructors Constructor Description BlockHashCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()protected abstract HashgetBlockHash(BigInteger blockNumber)Stringinvoke(String args)
-
-
-
Method Detail
-
getBlockHash
protected abstract Hash getBlockHash(BigInteger blockNumber)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-