Skip to content

Commit 713bf2f

Browse files
committed
Add comment to TransactionRawResponse type
Clarify in comment that the `timestamp` field is in seconds.
1 parent 197bd1d commit 713bf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/subgraphAPI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const TBTC_SUBGRAPH_URL =
66
type TransactionRawResponse = {
77
// Actual transaction hash where the tBTC tokens were minted.
88
id: string
9+
// Unix timestamps in seconds.
910
timestamp: string
1011
deposits: {
1112
actualAmountReceived: string

0 commit comments

Comments
 (0)