Libfunc for the get_class_hash_at system call.
Libfunc for the keccak system call.
The libfunc does not add any padding and the input needs to be a multiple of 1088 bits
(== 17 u64 word).
Libfunc for the replace_class system call.
Libfunc for the sha256_process_block system call.
The input needs a Sha256StateHandleType for the previous state and a span of 16 words
(each word is 32 bits).
Libfunc for converting a ContractAddress into a felt252.
Libfunc for converting a ContractAddress into a felt252.
Type representing the sha256 state handle.
Type for Starknet system object.
Used to make system calls.