Merge branch 'dl_offer_clvm' into dl_to_nft_chialisp

This commit is contained in:
Matt Hauff 2022-07-12 10:40:41 -05:00
commit 355044b045
No known key found for this signature in database
GPG Key ID: 3CBA6CFC81A00E46

View File

@ -1,10 +1,8 @@
import hashlib
from typing import Any, Dict, List, Tuple
import hashlib
from chia.types.blockchain_format.sized_bytes import bytes32
TupleTree = Any # Union[bytes32, Tuple["TupleTree", "TupleTree"]]
Proof_Tree_Type = Any # Union[bytes32, Tuple[bytes32, "Proof_Tree_Type"]]