Open
Description
Suggestion
Inside the provider.Log definition the specifications for the index and transactionIndex properties seem to be swapped.
When in the context of a Log, the transactionIndex
property name should refer to the index of a the log's transaction within the block
while the index
property should refer to the log's index within a transaction/block.
The implementation is fine, but the documentation being swapped is missleading. Either, the definitions are wrong or the property names are wrong (unclear at the very least)
Images of the documentation