Skip to content

Commit

Permalink
Add more typing for cliqueSigner option
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Aug 8, 2024
1 parent 41ffe66 commit c7dea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export interface EVMOpts {
/**
* Must be present if consensus type is clique/poa, else error will be thrown
*/
cliqueSigner?: Function
cliqueSigner?: (header: any) => Address
}

/**
Expand Down

0 comments on commit c7dea57

Please sign in to comment.