starknet_getClass
Get the contract class definition in the given block associated with the given hash
Path parameters
apiKey
Request
This endpoint expects an object.
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
Response
The contract class, if found
Starknet Get Class Result0
The definition of a StarkNet contract class
OR
Starknet Get Class Result1