Module cairo_lang_sierra::extensions::modules::starknet::syscalls
source · Structs
- 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.
- Type for Starknet system object. Used to make system calls.
Traits
- Trait for implementing a library function for syscalls.