Casper.Network.SDK
Show / Hide Table of Contents

Class Parameter

Parameter to a method

Inheritance
object
Parameter
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 Parameter

Properties

| Edit this page View Source

CLType

The type of the parameter in the entry point.

Declaration
[JsonPropertyName("cl_type")]
[JsonConverter(typeof(CLTypeInfoConverter))]
public CLTypeInfo CLType { get; init; }
Property Value
Type Description
CLTypeInfo
| Edit this page View Source

Name

The name of the parameter in the entry point.

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