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