Skip to content

Commit

Permalink
Merge pull request #1035 from DarkFlorist/use-full-type-for-eventsFor…
Browse files Browse the repository at this point in the history
…EachTransaction

use full type for eventsForEachTransaction
KillariDev authored Jun 10, 2024
2 parents 76a0c9a + 63e9ab2 commit 969130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ts/types/visualizer-types.ts
Original file line number Diff line number Diff line change
@@ -715,7 +715,7 @@ export const EventsForEachTransaction = funtypes.ReadonlyArray(funtypes.Readonly

export type CompleteVisualizedSimulation = funtypes.Static<typeof CompleteVisualizedSimulation>
export const CompleteVisualizedSimulation = funtypes.ReadonlyObject({
eventsForEachTransaction: funtypes.ReadonlyArray(funtypes.ReadonlyArray(funtypes.Unknown)),
eventsForEachTransaction: EventsForEachTransaction,
protectors: funtypes.ReadonlyArray(ProtectorResults),
addressBookEntries: funtypes.ReadonlyArray(AddressBookEntry),
tokenPrices: funtypes.ReadonlyArray(TokenPriceEstimate),

0 comments on commit 969130e

Please sign in to comment.