Flow.Net
Show / Hide Table of Contents

Class CadenceTypeValueAsString

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

Constructors

| Improve this Doc View Source

CadenceTypeValueAsString()

Declaration
public CadenceTypeValueAsString()
| Improve this Doc View Source

CadenceTypeValueAsString(String)

Declaration
public CadenceTypeValueAsString(string value)
Parameters
Type Name Description
String value

Properties

| Improve this Doc View Source

Kind

Declaration
public override string Kind { get; }
Property Value
Type Description
String
Overrides
CadenceType.Kind
| Improve this Doc View Source

Value

Declaration
public string Value { 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