Flow.Net
Show / Hide Table of Contents

Class CadenceConstantSizedArrayType

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

Constructors

| Improve this Doc View Source

CadenceConstantSizedArrayType()

Declaration
public CadenceConstantSizedArrayType()
| Improve this Doc View Source

CadenceConstantSizedArrayType(ICadenceType, Int64)

Declaration
public CadenceConstantSizedArrayType(ICadenceType type, long size)
Parameters
Type Name Description
ICadenceType type
Int64 size

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

Size

Declaration
[JsonProperty("size")]
public long Size { get; set; }
Property Value
Type Description
Int64
| 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