Skip to content

Commit

Permalink
fix: missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Mar 7, 2024
1 parent 838e9a0 commit fe22c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/new/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export interface TransactionDbRecordV2 {
accessible: boolean
first_seen: Date
src: 'vsc' | 'hive'
anchored_block?: string
anchored_height?: number
//Witness data
sig_hash?: string
}
Expand Down

0 comments on commit fe22c28

Please sign in to comment.