starknet_getClassAt
Get the contract class definition in the given block at the given address
Parameters:
BLOCK_PARAM - Expected one of block_number
, block_hash
, latest
, pending
.
CONTRACT_ADDRESS - The address of the contract to read from.
Returns:
The contract class.
Example:
Last updated