We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04d13 commit ed0ac86Copy full SHA for ed0ac86
src/types/transactions.ts
@@ -518,6 +518,7 @@ export type MultisigExecutionDetails = {
518
gasTokenInfo?: TokenInfo
519
trusted: boolean
520
proposer: AddressEx | null
521
+ proposedByDelegate: boolean | null
522
}
523
524
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
0 commit comments