Crate ckb_script

Source
Expand description

CKB component to run the type/lock scripts.

Modules§

Structs§

  • A single Scheduler instance is used to verify a single script within a CKB transaction.
  • A script group is defined as scripts that share the same hash.
  • Script execution error with the error source information.
  • Syscalls can be generated individually by TransactionScriptsSyscallsGenerator.
  • This struct leverages CKB VM to verify transaction inputs.
  • Struct specifies which script has verified so far. Snapshot is lifetime free, but capture snapshot need heavy memory copy
  • Struct specifies which script has verified so far. State lifetime bound with vm machine.
  • Context data for current running transaction & script
  • The environment that transactions are in.

Enums§

Constants§

Type Aliases§