| declare | Declares a contract contract - name of a contract as Cairo string. It is a name of the contract (part after mod keyword) e.g. “HelloStarknet” Returns the DeclareResult… |
| declare_from_file | Declares a contract from a Sierra contract class JSON file path - path to a Sierra contract class JSON file If the file’s class hash matches a package contract already loaded by snforge… |
| get_class_hash | Retrieves a class hash of a contract deployed under the given address contract_address - target contract address Returns the ClassHash under given address |