Skip to content

Commit

Permalink
fix: export RpcTransaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 20, 2024
1 parent f4662f2 commit aed9a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-monkeys-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase-platform/onchain": patch
---

chore: export `RpcTransaction` type
1 change: 1 addition & 0 deletions packages/onchain/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ export type {
RpcBalanceHistory,
RpcAddressTransaction,
RpcBalanceDetails,
RpcTransaction,
} from "./rpc";

0 comments on commit aed9a3a

Please sign in to comment.