Uses of Class
com.syntifi.near.api.rpc.model.block.Chunk
-
Packages that use Chunk Package Description com.syntifi.near.api.rpc -
-
Uses of Chunk in com.syntifi.near.api.rpc
Methods in com.syntifi.near.api.rpc that return Chunk Modifier and Type Method Description Chunk
NearClient. getChunkDetails(long blockId, long shardId)
Returns details of a specific chunk.Chunk
NearClient. getChunkDetails(java.lang.String chunkId)
Returns details of a specific chunk.Chunk
NearClient. getChunkDetails(java.lang.String blockId, long shardId)
Returns details of a specific chunk.
-