Function ckb_std::syscalls::exit

source ·
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.