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
AssetSold
OfferId
Emitted to identify the offer.
Declaration
public long OfferId { get; set; }
Property Value
System.Int64
|
Seller
Methods
FromXdr(ClaimOfferAtom)
Declaration
public static ClaimOfferAtom FromXdr(ClaimOfferAtom offer)
Parameters
Type | Name | Description |
---|---|---|
stellar_dotnet_sdk.xdr.ClaimOfferAtom | offer |
Returns
ClaimOfferAtom
|