Skip to content

Commit

Permalink
refactor(explored-types): remove null option for confirmation fields …
Browse files Browse the repository at this point in the history
…on ExplorerFileContract
  • Loading branch information
telestrial committed Nov 22, 2024
1 parent 5071f9d commit 288841e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-ravens-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siafoundation/explored-types': minor
---

Removed possibly null option for confirmation fields on ExplorerFileContract.
4 changes: 2 additions & 2 deletions libs/explored-types/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export type ExplorerFileContract = {

transactionID: TransactionID

confirmationIndex: ChainIndex | null
confirmationTransactionID: TransactionID | null
confirmationIndex: ChainIndex
confirmationTransactionID: TransactionID

proofIndex: ChainIndex | null
proofTransactionID: TransactionID | null
Expand Down

0 comments on commit 288841e

Please sign in to comment.