Class CadenceConstantSizedArrayType
Inheritance
CadenceConstantSizedArrayType
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
Properties
|
Improve this Doc
View Source
Kind
Declaration
[JsonProperty("kind")]
public override string Kind { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Size
Declaration
[JsonProperty("size")]
public long Size { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
Implements
Extension Methods