We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5fc63 commit b0d6638Copy full SHA for b0d6638
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.5.2",
+ "version": "2.5.3",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -303,6 +303,7 @@ export type MultisigExecutionDetails = {
303
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
304
305
export type TransactionDetails = {
306
+ txId: string
307
executedAt: number | null
308
txStatus: TransactionStatus
309
txInfo: TransactionInfo
0 commit comments