Which packages are impacted by your issue?
@graphprotocol/graph-ts
Describe the issue
Problem
When looking at these types:
|
public logIndex: BigInt, |
|
public transactionLogIndex: BigInt, |
It's not obvious that the logIndex is the index of the event in the entire block, whereas transactionLogIndex is the index of the event in the transaction.
Confused Users
Solution
Related