Skip to content

Commit

Permalink
docs: update signMessageWith6492 arg doc (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 authored Apr 18, 2024
1 parent 1508d7d commit b94825c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ A Promise containing the signature of the message, additionally wrapped in EIP-6

## Parameters

### `msg: string | Uint8Array`
### `message: SignableMessage`

The message to sign
The message to sign, of [this viem type](https://viem.sh/docs/actions/wallet/signMessage.html#message)

### `account?: SmartContractAccount`

Expand Down

0 comments on commit b94825c

Please sign in to comment.