Class Engine

class Engine ;

Constructors

NameDescription
this (StackMaxTotalSize, StackMaxItemSize) Initializes the script execution engine with the configured consensus limits.

Fields

NameTypeDescription
StackMaxItemSize immutable(ulong)Maximum size of an item on the stack

Methods

NameDescription
execute (lock, unlock, tx, input) Main dispatch execution routine.