Flow.Net
Show / Hide Table of Contents

Class CadenceVariableSizedArrayType

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

Constructors

| Improve this Doc View Source

CadenceVariableSizedArrayType()

Declaration
public CadenceVariableSizedArrayType()
| Improve this Doc View Source

CadenceVariableSizedArrayType(ICadenceType)

Declaration
public CadenceVariableSizedArrayType(ICadenceType type)
Parameters
Type Name Description
ICadenceType type

Properties

| 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

Implements

ICadenceType

Extension Methods

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