contract_class
Fully qualified path: snforge_std::cheatcodes::contract_class
Free functions
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 ... |
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 |