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