Class Parameter
Parameter to a method
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Parameter
Properties
| Edit this page View SourceCLType
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 |
Name
The name of the parameter in the entry point.
Declaration
[JsonPropertyName("name")]
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |