Skip to content

Commit

Permalink
Add deleted docstrings to Cancun's transaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed Aug 9, 2024
1 parent d8cd373 commit 6702712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ethereum/cancun/transactions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Transactions are atomic units of work created externally to Ethereum and
submitted to be executed. If Ethereum is viewed as a state machine,
transactions are the events that move between states.
"""
from dataclasses import dataclass
from typing import Tuple, Union

Expand Down

0 comments on commit 6702712

Please sign in to comment.