Skip to content

Commit

Permalink
Add comment in BridgeActivity interface
Browse files Browse the repository at this point in the history
Point out that `activityKey` stores the redemption key for redemption
and deposit key for deposit.
  • Loading branch information
r-czajkowski committed Jul 14, 2023
1 parent fe8b96e commit 865587e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/threshold-ts/tbtc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ export interface BridgeActivity {
status: BridgeActivityStatus
txHash: string
amount: string
/**
* Stores the deposit key for deposit and redemption key for redemption.
*/
activityKey: string
additionalData?: unknown
blockNumber: number
Expand Down

0 comments on commit 865587e

Please sign in to comment.