Flow.Net
Show / Hide Table of Contents

Interface ICadenceType

Namespace: Flow.Net.Sdk.Core.Cadence.Types
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public interface ICadenceType

Properties

| Improve this Doc View Source

Kind

Declaration
string Kind { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

Encode(ICadenceType)

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

Extension Methods

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