Skip to content

Commit

Permalink
update Transaction type to include txhash
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy committed Jun 6, 2024
1 parent f62ea85 commit 615ba84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ export type TransactionSummary = {
timestamp: number
txStatus: TransactionStatus
txInfo: TransactionInfo
txHash: string | null
executionInfo?: ExecutionInfo
safeAppInfo?: SafeAppInfo
}
Expand Down

0 comments on commit 615ba84

Please sign in to comment.