Skip to content

Commit

Permalink
feat: add missing proposer field to `SafeMultisigTransactionWithTra…
Browse files Browse the repository at this point in the history
…nsfersResponse` (safe-global#622)
  • Loading branch information
pradel authored Nov 29, 2023
1 parent ccf20c0 commit 2216f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/safe-core-sdk-types/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export type SafeMultisigTransactionResponse = {
readonly transactionHash: string
readonly safeTxHash: string
readonly executor?: string
readonly proposer: string
readonly isExecuted: boolean
readonly isSuccessful?: boolean
readonly ethGasPrice?: string
Expand Down

0 comments on commit 2216f6f

Please sign in to comment.