Show / Hide Table of Contents

Class ClaimAtom

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

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

Properties

LiquidityPool

Declaration
public ClaimLiquidityAtom LiquidityPool { get; set; }
Property Value
ClaimLiquidityAtom

OrderBook

Declaration
public ClaimOfferAtom OrderBook { get; set; }
Property Value
ClaimOfferAtom

Type

Declaration
public ClaimAtomType.ClaimAtomTypeEnum Type { get; set; }
Property Value
stellar_dotnet_sdk.xdr.ClaimAtomType.ClaimAtomTypeEnum

V0

Declaration
public ClaimOfferAtomV0 V0 { get; set; }
Property Value
ClaimOfferAtomV0

Methods

FromXdr(ClaimAtom)

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

Back to top Generated by DocFX