Table of Contents

Class EntryPoint

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Entry point on a smart contract.

public sealed record EntryPoint : IEquatable<EntryPoint>
Inheritance
EntryPoint
Implements
Inherited Members

Constructors

EntryPoint(string)

Entry point on a smart contract.

public EntryPoint(string Name)

Parameters

Name string

Entry point name

Properties

Name

Entry point name

public string Name { get; init; }

Property Value

string