Skip to content

Commit

Permalink
refactor: expose ChunkReference type used in chunk call (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell authored Jun 7, 2024
1 parent f06b0be commit f08d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/chunk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
//! ```
use super::*;

pub use near_jsonrpc_primitives::types::chunks::{RpcChunkError, RpcChunkRequest};
pub use near_jsonrpc_primitives::types::chunks::{ChunkReference, RpcChunkError, RpcChunkRequest};

pub type RpcChunkResponse = near_primitives::views::ChunkView;

Expand Down

0 comments on commit f08d981

Please sign in to comment.