Class FlowCapabilityValue
Inheritance
FlowCapabilityValue
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
|
Improve this Doc
View Source
BorrowType
Declaration
[JsonProperty("borrowType")]
public ICadenceType BorrowType { get; set; }
Property Value
|
Improve this Doc
View Source
Path
Declaration
[JsonProperty("path")]
public CadencePath Path { get; set; }
Property Value