Show / Hide Table of Contents

Class ManageSellOfferOperation

Represents a stellar_dotnet_sdk.xdr.ManageSellOfferOp. Use ManageSellOfferOperation.Builder to create a new ManageSellOfferOperation.

See also: Manage Offer

Inheritance
System.Object
Operation
ManageSellOfferOperation
Inherited Members
Operation.SourceAccount
Operation.Threshold
Operation.ToXdrAmount(String)
Operation.FromXdrAmount(Int64)
Operation.ToXdr()
Operation.ToXdrBase64()
Operation.FromXdr(Operation)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ManageSellOfferOperation : Operation

Properties

Amount

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

Buying

Declaration
public Asset Buying { get; }
Property Value
Asset

OfferId

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

Price

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

Selling

Declaration
public Asset Selling { get; }
Property Value
Asset

Methods

ToOperationBody()

Declaration
public override Operation.OperationBody ToOperationBody()
Returns
stellar_dotnet_sdk.xdr.Operation.OperationBody

Overrides
Operation.ToOperationBody()
Back to top Generated by DocFX