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