Class NamedEntryPoint

Represents an entry point in a smart contract, with a specific name and configuration.

Hierarchy

  • NamedEntryPoint

Constructors

Properties

Methods

Constructors

Properties

entryPoint: EntryPointV1

The entry point configuration, specifying the method and parameters.

Methods

  • Creates a new NamedEntryPoint instance from JSON.

    This method supports both JSON variants:

    • 1.x: { name, args, ret, access, entry_point_type, ... }
    • 2.x: { entry_point: { name, args, ret, access, entry_point_type, ... } }

    Returns

    A new instance of NamedEntryPoint.

    Parameters

    • json: any

      The raw JSON to parse.

    Returns NamedEntryPoint

Generated using TypeDoc