Flow.Net
Show / Hide Table of Contents

Class CadenceType

Inheritance
Object
CadenceType
CadenceCapabilityType
CadenceCompositeType
CadenceConstantSizedArrayType
CadenceDictionaryType
CadenceEnumType
CadenceFunctionType
CadenceOptionalType
CadenceReferenceType
CadenceRestrictedType
CadenceTypeValueAsString
CadenceVariableSizedArrayType
Implements
ICadenceType
Namespace: Flow.Net.Sdk.Core.Cadence.Types
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceType : ICadenceType

Properties

| Improve this Doc View Source

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

Encode(ICadenceType)

Encodes ICadenceType.

Declaration
public string Encode(ICadenceType cadenceType)
Parameters
Type Name Description
ICadenceType cadenceType
Returns
Type Description
String

A JSON string representation of ICadenceType.

Implements

ICadenceType

Extension Methods

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