Show / Hide Table of Contents

Class ClaimOfferAtomV0

This result is used when offers are taken during an operation.

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

Properties

AmountBought

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

AmountSold

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

AssetBought

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

AssetSold

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

OfferID

Declaration
public long OfferID { get; set; }
Property Value
System.Int64

Seller

Declaration
public KeyPair Seller { get; set; }
Property Value
KeyPair

Methods

FromXdr(ClaimOfferAtomV0)

Declaration
public static ClaimOfferAtomV0 FromXdr(ClaimOfferAtomV0 claimOfferAtomV0Xdr)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.ClaimOfferAtomV0 claimOfferAtomV0Xdr
Returns
ClaimOfferAtomV0

Back to top Generated by DocFX