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
OrderBook
Type
Declaration
public ClaimAtomType.ClaimAtomTypeEnum Type { get; set; }
Property Value
stellar_dotnet_sdk.xdr.ClaimAtomType.ClaimAtomTypeEnum
|
V0
Methods
FromXdr(ClaimAtom)
Declaration
public static ClaimAtom FromXdr(ClaimAtom offer)
Parameters
Type | Name | Description |
---|---|---|
stellar_dotnet_sdk.xdr.ClaimAtom | offer |
Returns
ClaimAtom
|