Type alias: ContractTree
type ContractTree: [FileDescription, HexString][];
Type for a contract tree. This is the virtual file system for a smart contract expressed as paths mapped to hashes.
For a deployed smart contract, the hashes are typically stored as claims by the
data-hasher
smart contract.