Class EntryPointV1

Class representing version 1 of an entry point in the Casper VM. It contains the entry point's access, arguments, type, payment type, name, and return type.

Hierarchy

  • EntryPointV1

Constructors

Properties

access: any

The access control for the entry point.

A list of arguments for the entry point.

entryPointPayment: EntryPointPayment

The payment method required to access this entry point.

entryPointType: EntryPointType

The type of entry point (e.g., session, contract, etc.).

name: string

The name of the entry point.

The return type of the entry point.

Generated using TypeDoc