Class CadenceLinkValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceLinkValue
Properties
| Improve this Doc View SourceBorrowType
Declaration
[JsonProperty("borrowType")]
public string BorrowType { get; set; }
Property Value
Type | Description |
---|---|
String |
TargetPath
Declaration
[JsonProperty("targetPath")]
public CadencePath TargetPath { get; set; }
Property Value
Type | Description |
---|---|
CadencePath |