NearApi.RPC.Chunk (near_api v0.1.6)

NEAR RPC - Chunk API

Link to this section Summary

Functions

Returns details of a specific chunk. You can run a block details query to get a valid chunk hash.

Link to this section Functions

Link to this function

chunk(chunk_id \\ nil, block_id \\ nil, shard_id \\ nil)

Specs

chunk(chunk_id :: String.t(), block_id :: any(), shard_id :: integer()) ::
  {:ok, body :: map()} | NearApi.RPC.Errors.t()

Returns details of a specific chunk. You can run a block details query to get a valid chunk hash.