Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 7, 2024
1 parent 42c86ff commit b8b2bdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/signature/hashTypedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ export function hashDomain({
})
}

export type HashStructErrorType = EncodeDataErrorType | Keccak256ErrorType | ErrorType
export type HashStructErrorType =
| EncodeDataErrorType
| Keccak256ErrorType
| ErrorType

export function hashStruct({
data,
Expand Down

0 comments on commit b8b2bdb

Please sign in to comment.