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 Block
NearClient. getBlock(long blockHeight)
Queries network and returns block for given height or hash.Block
NearClient. getBlock(Finality finality)
Queries network and returns block for given height or hash.Block
NearClient. getBlock(java.lang.String blockHash)
Queries network and returns block for given height or hash.
-