ckb-script 0.117.0

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

int main() {
  if (ckb_get_memory_limit() == 8) {
    return 0;
  }
  return 1;
}