Skip to content

Commit ed0ac86

Browse files
authored
Feat: add proposedByDelegate (#214)
1 parent 8d04d13 commit ed0ac86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/transactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ export type MultisigExecutionDetails = {
518518
gasTokenInfo?: TokenInfo
519519
trusted: boolean
520520
proposer: AddressEx | null
521+
proposedByDelegate: boolean | null
521522
}
522523

523524
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails

0 commit comments

Comments
 (0)