Skip to content

Commit b0d6638

Browse files
authored
chore: Add txId to TransactionDetails type (#29)
1 parent ca5fc63 commit b0d6638

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ export type MultisigExecutionDetails = {
303303
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
304304

305305
export type TransactionDetails = {
306+
txId: string
306307
executedAt: number | null
307308
txStatus: TransactionStatus
308309
txInfo: TransactionInfo

0 commit comments

Comments
 (0)