Skip to content

Commit

Permalink
export block
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 27, 2024
1 parent 46c552b commit c9af534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { Hex, ToBlock, Event } from "@/types";

export { Database } from "@/storage";
export { createJsonDatabase } from "@/storage/json";
export { Cache } from "@/cache";
export { Cache, Block } from "@/cache";
export { createSqliteCache } from "@/cache/sqlite";

export { SubscriptionStore } from "@/subscriptionStore";
Expand Down

0 comments on commit c9af534

Please sign in to comment.