Casper.Network.SDK
Show / Hide Table of Contents

Class NamedEntryPoint

Inheritance
object
NamedEntryPoint
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedEntryPoint

Properties

| Edit this page View Source

EntryPoint

Declaration
[JsonPropertyName("entry_point")]
public EntryPoint EntryPoint { get; init; }
Property Value
Type Description
EntryPoint
| Edit this page View Source

Name

Declaration
[JsonPropertyName("name")]
public string Name { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC