Flow.Net
Show / Hide Table of Contents

Class FlowCapabilityValue

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

Properties

| Improve this Doc View Source

Address

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

BorrowType

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

Path

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