starknet_getClass
Get the contract class definition associated with the given hash
Parameters:
Block ID - The hash of the requested block, or number (height) of the requested block, or a block tag
CLASS_HASH - The hash of the requested contract class
Returns:
The contract class.
Example:
Last updated