Flow.Net
Show / Hide Table of Contents

Class CadenceLinkValue

Inheritance
Object
CadenceLinkValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceLinkValue

Properties

| Improve this Doc View Source

BorrowType

Declaration
[JsonProperty("borrowType")]
public string BorrowType { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

TargetPath

Declaration
[JsonProperty("targetPath")]
public CadencePath TargetPath { get; set; }
Property Value
Type Description
CadencePath
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX