Flow.Net
Show / Hide Table of Contents

Class CadenceEnumType

Inheritance
Object
CadenceType
CadenceEnumType
Implements
ICadenceType
Inherited Members
CadenceType.Encode(ICadenceType)
Namespace: Flow.Net.Sdk.Core.Cadence.Types
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceEnumType : CadenceType, ICadenceType

Constructors

| Improve this Doc View Source

CadenceEnumType()

Declaration
public CadenceEnumType()
| Improve this Doc View Source

CadenceEnumType(String, ICadenceType, IList<CadenceFieldType>)

Declaration
public CadenceEnumType(string typeId, ICadenceType type, IList<CadenceFieldType> fields)
Parameters
Type Name Description
String typeId
ICadenceType type
IList<CadenceFieldType> fields

Properties

| Improve this Doc View Source

Fields

Declaration
[JsonProperty("fields")]
public IList<CadenceFieldType> Fields { get; set; }
Property Value
Type Description
IList<CadenceFieldType>
| Improve this Doc View Source

Initializers

Declaration
[JsonProperty("initializers")]
public IList<CadenceInitializerType> Initializers { get; }
Property Value
Type Description
IList<CadenceInitializerType>
| Improve this Doc View Source

Kind

Declaration
[JsonProperty("kind")]
public override string Kind { get; }
Property Value
Type Description
String
Overrides
CadenceType.Kind
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
Type Description
ICadenceType
| Improve this Doc View Source

TypeId

Declaration
[JsonProperty("typeID")]
public string TypeId { get; set; }
Property Value
Type Description
String

Implements

ICadenceType

Extension Methods

CadenceExtensions.Encode(ICadenceType)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX