Function ckb_std::syscalls::exit [−][src]
pub fn exit(code: i8) -> !Expand description
Exit, this script will be terminated after the exit syscall.
exit code 0 represents verification is success, others represent error code.