Flow.Net
Show / Hide Table of Contents

Class CadenceRestrictedType

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

Constructors

| Improve this Doc View Source

CadenceRestrictedType()

Declaration
public CadenceRestrictedType()
| Improve this Doc View Source

CadenceRestrictedType(String, ICadenceType, IList<ICadenceType>)

Declaration
public CadenceRestrictedType(string typeId, ICadenceType type, IList<ICadenceType> restrictions)
Parameters
Type Name Description
String typeId
ICadenceType type
IList<ICadenceType> restrictions

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

Restrictions

Declaration
[JsonProperty("restrictions")]
public IList<ICadenceType> Restrictions { get; set; }
Property Value
Type Description
IList<ICadenceType>
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
Type Description
ICadenceType
| Improve this Doc View Source

TypeId

Declaration
[JsonProperty("typeID")]
public string TypeId { 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