Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Nov 8, 2024
1 parent af37f2d commit 951a4e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stacks-api/transactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ export type * as AddressTransactions from "./address-transactions.js";
import { getTransaction } from "./get-transaction.js";
export type * as GetTransaction from "./get-transaction.js";

import { mempoolTransactions } from "./mempool-transactions.js";
export type * as MempoolTransactions from "./mempool-transactions.js";

export type * as Common from "./schemas.js";

export const transactions = {
addressTransactions,
getTransaction,
mempoolTransactions,
};

0 comments on commit 951a4e8

Please sign in to comment.