Crate ckb_script

source ·
Expand description

CKB component to run the type/lock scripts.

Modules

Structs

  • A script group is defined as scripts that share the same hash.
  • Script execution error with the error source information.
  • 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.
  • The environment that transactions are in.

Enums

Type Definitions