mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
Merge branch 'dl_offer_clvm' into dl_to_nft_chialisp
This commit is contained in:
commit
355044b045
@ -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"]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user