starknet_getCompiledCasm
Get the Cairo assembly (CASM) compiled contract class for the given class hash
Path parameters
apiKey
Request
This endpoint expects an object.
class_hash
The Sierra class hash whose compiled CASM will be returned
Response
The compiled contract class in CASM format
sierra_program_hash
The hash of the Sierra program from which this CASM was compiled
bytecode
CASM program bytecode encoded as field elements
entry_points_by_type
compiler_version
Version string of the Cairo compiler used to produce this CASM