Show / Hide Table of Contents

Class ClaimOfferAtom

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

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

Properties

AmountBought

Amount sent to the owner.

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

AmountSold

Amount taken from the owner.

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

AssetBought

Asset sent to the owner.

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

AssetSold

Asset taken from the owner.

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

OfferId

Emitted to identify the offer.

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

Seller

Account that owns the offer.

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

Methods

FromXdr(ClaimOfferAtom)

Declaration
public static ClaimOfferAtom FromXdr(ClaimOfferAtom offer)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.ClaimOfferAtom offer
Returns
ClaimOfferAtom

Back to top Generated by DocFX