Signature
Arguments
class_hash- The hash of the class to be used.function_selector- A selector for a function within that class.calldata- Call arguments.
pub extern fn library_call_syscall(class_hash: ClassHash, function_selector: felt252, calldata: Span) -> Result, Array> implicits(GasBuiltin, System) nopanic;
class_hash - The hash of the class to be used.function_selector - A selector for a function within that class.calldata - Call arguments.Was this page helpful?