Class EntryPointV2

Class representing version 2 of an entry point in the Casper VM. This version includes flags and a function index.

Hierarchy

  • EntryPointV2

Constructors

Properties

Constructors

  • Constructs an EntryPointV2 instance.

    Parameters

    • flags: number = 0

      The flags for the entry point.

    • functionIndex: number = 0

      The function index for the entry point.

    Returns EntryPointV2

Properties

flags: number

Flags associated with this entry point.

functionIndex: number

The function index for the entry point.

Generated using TypeDoc