Skip to content

Commit

Permalink
add serde types
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Feb 5, 2025
1 parent c1bc1ca commit 06fb36e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cairo/tests/test_serde.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ def test_type(
Optional[Union[Bytes, LegacyTransaction]],
Optional[Union[Bytes, Receipt]],
Optional[Union[Bytes, Withdrawal]],
Mapping[Bytes, Optional[Union[Bytes, LegacyTransaction]]],
Mapping[Bytes, Optional[Union[Bytes, Receipt]]],
Mapping[Bytes, Optional[Union[Bytes, Withdrawal]]],
Tuple[Union[Bytes, LegacyTransaction], ...],
Block,
List[Block],
Expand Down

0 comments on commit 06fb36e

Please sign in to comment.