Skip to content

Commit 1aeabb3

Browse files
authored
Merge pull request #3 from bonedaddy/readme
Update Readme
2 parents 11a7666 + e10719f commit 1aeabb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `AddressSubscribe` struct is like `TxSubscribe` but allows subscribing/unsub
2121

2222
## EthTxPayload
2323

24-
When subscribe to events the `EthTxPayload` will be returned anytime an event is received for a transaction or address we are subscribed to.
24+
When subscribe to events the `EthTxPayload` will be returned anytime an event is received for a transaction or address we are subscribed to. It is suitable for generalized processing of events, however you will likely want to use a use-case specific structure for better processing. Depending on the contract events being emitted they may have more information that what can be captured by this structure.
2525

2626
## Example
2727

0 commit comments

Comments
 (0)