Show / Hide Table of Contents

Class Reserve

Inheritance
System.Object
Reserve
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Reserve : object

Constructors

Reserve()

Declaration
public Reserve()

Reserve(String, Asset)

Declaration
public Reserve(string amount, Asset asset)
Parameters
Type Name Description
System.String amount
Asset asset

Properties

Amount

Declaration
public string Amount { get; set; }
Property Value
System.String

Asset

Declaration
public Asset Asset { get; set; }
Property Value
Asset

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

Back to top Generated by DocFX