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
AssetSold
OfferID
Declaration
public long OfferID { get; set; }
Property Value
System.Int64
|
Seller
Methods
FromXdr(ClaimOfferAtomV0)
Declaration
public static ClaimOfferAtomV0 FromXdr(ClaimOfferAtomV0 claimOfferAtomV0Xdr)
Parameters
Type | Name | Description |
---|---|---|
stellar_dotnet_sdk.xdr.ClaimOfferAtomV0 | claimOfferAtomV0Xdr |
Returns
ClaimOfferAtomV0
|