Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method starknet_getClassHashAt: [block_id, contract_address]Parameters for
starknet_getClassHashAt:params.block_id: BlockID object containing hash and number.params.contract_address: Address of the requested contract class.
Returns
The class hash of the requested contract class (DATA, 32 Bytes). Example:
“0xabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdef”.