Skip to content

Commit

Permalink
chore: Export TransactionReceipt type (#955)
Browse files Browse the repository at this point in the history
* chore: Export TransactionReceipt type

* Update index.ts

* Update index.ts

* Update index.ts
  • Loading branch information
robiiinos authored Jul 1, 2024
1 parent 331a72c commit ed1e5a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
export { createConfig } from "@/config/config.js";
export { createSchema } from "@/schema/schema.js";
export type { Block, Log, Transaction } from "@/types/eth.js";
export type {
Block,
Log,
Transaction,
TransactionReceipt,
} from "@/types/eth.js";
export type { Virtual } from "@/types/virtual.js";
export {
type MergeAbis,
Expand Down

0 comments on commit ed1e5a9

Please sign in to comment.