Skip to content

Commit

Permalink
feat(Estimate)!: add executionDuration (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller authored Feb 7, 2022
1 parent 9b57f35 commit fd08887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export interface Estimate {
feeCosts?: FeeCost[]
gasCosts?: GasCost[]

executionDuration: number // estimated duration in seconds

data?: any // differs by tool
}

Expand Down

0 comments on commit fd08887

Please sign in to comment.