Class CadenceTypeValue
Inheritance
CadenceTypeValue
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceTypeValue : Cadence, ICadence
Constructors
|
Improve this Doc
View Source
CadenceTypeValue()
Declaration
public CadenceTypeValue()
|
Improve this Doc
View Source
CadenceTypeValue(CadenceTypeValueValue)
Declaration
public CadenceTypeValue(CadenceTypeValueValue value)
Parameters
Properties
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
[JsonProperty("value")]
public CadenceTypeValueValue Value { get; set; }
Property Value
Implements
Extension Methods