Show / Hide Table of Contents

Class AssetAmount

Class to have Asset and Amount in the same place.

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

Constructors

AssetAmount()

Declaration
public AssetAmount()

AssetAmount(Asset, String)

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

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