Skip to content

Commit

Permalink
Add OUTGOING_ETHER event to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Feb 9, 2024
1 parent 8800009 commit 766135e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Some parameters are common to every event:
}
```

### Incoming Ether
### Incoming/Outgoing Ether

```json
{
"address": "<Ethereum checksummed address>",
"type": "INCOMING_ETHER",
"type": "INCOMING_ETHER" | "OUTGOING_ETHER",
"txHash": "<0x-prefixed-hex-string>",
"value": "<stringified-int>",
"chainId": "<stringified-int>"
Expand Down

0 comments on commit 766135e

Please sign in to comment.