diff --git a/.changeset/three-monkeys-judge.md b/.changeset/three-monkeys-judge.md new file mode 100644 index 0000000..1459584 --- /dev/null +++ b/.changeset/three-monkeys-judge.md @@ -0,0 +1,5 @@ +--- +"@coinbase-platform/onchain": patch +--- + +chore: export `RpcTransaction` type diff --git a/packages/onchain/src/index.ts b/packages/onchain/src/index.ts index a47edec..40a5ed9 100644 --- a/packages/onchain/src/index.ts +++ b/packages/onchain/src/index.ts @@ -29,4 +29,5 @@ export type { RpcBalanceHistory, RpcAddressTransaction, RpcBalanceDetails, + RpcTransaction, } from "./rpc";