starknet_getClassHashAt
Get the contract class hash in the given block for the contract deployed 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 class hash of the given contract
Example:
Last updated