Skip to content

Commit

Permalink
Update pages/reference-smart-account/signatures/checkSignatures.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tanay1337 authored Nov 21, 2024
1 parent 77e56c7 commit 565cf14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Hash of the data (could be either a message hash or transaction hash).

- **Type:** `bytes`

Signature data that should be verified. Can be packed ECDSA signature `((bytes32 r)(bytes32 s)(uint8 v))`, contract signature ([EIP-1271](../../home/glossary.md#eip-1271)) or approved hash.
Signature data that should be verified. Can be packed ECDSA signature `((bytes32 r)(bytes32 s)(uint8 v))`, contract signature ([EIP-1271](../../home/glossary.md#eip-1271)), or approved hash.

```solidity focus=3
(ISafe safe).checkSignatures(
Expand Down

0 comments on commit 565cf14

Please sign in to comment.