Skip to content

Commit

Permalink
Merge pull request #4 from trustwallet/feat/add-on-chain-visualizatio…
Browse files Browse the repository at this point in the history
…n-eip

fix: spacing linting
  • Loading branch information
a6-dou authored Apr 11, 2023
2 parents 5669a6f + ac7c4f4 commit ab2fc30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-6865.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function visualizeEIP712Message(
bytes32 domainHash
) external view returns (Result memory);
```

### Params

`encodedMessage` is bytes that represents the encoded EIP-712 message with `abi.encode` and it can be decoded using `abi.decode`
Expand Down

0 comments on commit ab2fc30

Please sign in to comment.