Skip to content

Commit

Permalink
feat(explored-types): re-export base SiacoinOutput type
Browse files Browse the repository at this point in the history
  • Loading branch information
telestrial committed Oct 8, 2024
1 parent 24ce33b commit 12aaa7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-beans-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siafoundation/explored-types': minor
---

Re-export base SiacoinOutput type.
2 changes: 2 additions & 0 deletions libs/explored-types/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import type {
PublicKey,
SiacoinElement,
SiacoinInput,
SiacoinOutput,
SiacoinOutputID,
SiafundElement,
SiafundInput,
Expand All @@ -36,6 +37,7 @@ export {
Currency,
FileContractID,
Hash256,
SiacoinOutput,
SiacoinOutputID,
SiafundElement,
SiafundOutputID,
Expand Down

0 comments on commit 12aaa7d

Please sign in to comment.