ckb-script 0.111.0-rc12

CKB component to run the type/lock scripts.
Documentation
1
2
3
4
5
6
#include "ckb_syscalls.h"

int main() {
  syscall(2043, 2, 3, 0, 0, 0, NULL);
  return -1;
}