VM Runtime Environment (Inside the VM)

Receipts

A MessageReceipt contains the result of a top-level message execution.

A syntactically valid receipt has:

  • a non-negative ExitCode,

  • a non empty ReturnValue only if the exit code is zero,

  • a non-negative GasUsed.

vm/runtime interface

vm/runtime implementation

Code Loading

Exit codes

Last updated