Uses of Class
org.starcoin.bean.Block
-
Packages that use Block Package Description org.starcoin.api -
-
Uses of Block in org.starcoin.api
Methods in org.starcoin.api that return Block Modifier and Type Method Description BlockBlockRPCClient. getBlockByHash(String hash)通过block_hash 获取block详细数据BlockBlockRPCClient. getBlockByHeight(long height)通过block 高度 获取block详细数据Methods in org.starcoin.api that return types with arguments of type Block Modifier and Type Method Description List<Block>BlockRPCClient. getBlockListFromHeight(long height, int count)从某个高度开始获取之后的block,可以通过参数count指定获取多少个
-