Skip to content

Commit

Permalink
Add a missing field docstring in TxReceipt
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Feb 10, 2024
1 parent 755d249 commit f239e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pons/_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ class TxReceipt(NamedTuple):
"""Whether the transaction was successful."""

logs: Tuple[LogEntry, ...]
"""An array of log objects generated by this transaction."""

@classmethod
def rpc_decode(cls, val: ResponseDict) -> "TxReceipt":
Expand Down

0 comments on commit f239e97

Please sign in to comment.