ckb-script 0.119.0

CKB component to run the type/lock scripts.
Documentation
1
2
3
4
5
#include <stdlib.h>

#include "spawn_utils.h"

int main() { return simple_spawn(1); }