Skip to content

Commit

Permalink
Move proposer from MultisigExecutionInfo to `MultisigExecutionDet…
Browse files Browse the repository at this point in the history
…ails` (#158)
  • Loading branch information
iamacook authored Mar 5, 2024
1 parent 23928bf commit efff757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export type MultisigExecutionInfo = {
confirmationsRequired: number
confirmationsSubmitted: number
missingSigners?: AddressEx[]
proposer: AddressEx | null
}

export type ExecutionInfo = ModuleExecutionInfo | MultisigExecutionInfo
Expand Down Expand Up @@ -374,6 +373,7 @@ export type MultisigExecutionDetails = {
rejectors?: AddressEx[]
gasTokenInfo?: TokenInfo
trusted: boolean
proposer: AddressEx | null
}

export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
Expand Down

0 comments on commit efff757

Please sign in to comment.