Uses of Class
com.syntifi.near.api.model.block.Block
-
Packages that use Block Package Description com.syntifi.near.api.service -
-
Uses of Block in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return Block Modifier and Type Method Description Block
NearService. getBlock(long blockHeight)
Queries network and returns block for given height or hash.Block
NearService. getBlock(Finality finality)
Queries network and returns block for given height or hash.Block
NearService. getBlock(java.lang.String blockHash)
Queries network and returns block for given height or hash.
-