Show / Hide Table of Contents

Class PathPaymentStrictSendOperation

Represents a PathPaymentStrictSendOperation. Use PathPaymentStrictSendOperation.Builder to create a new PathPaymentStrictSendOperation.

See also: Path Payment

Inheritance
System.Object
Operation
PathPaymentStrictSendOperation
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 PathPaymentStrictSendOperation : Operation

Properties

DestAsset

Declaration
public Asset DestAsset { get; }
Property Value
Asset

Destination

Declaration
public IAccountId Destination { get; }
Property Value
IAccountId

DestMin

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

Path

Declaration
public Asset[] Path { get; }
Property Value
Asset[]

SendAmount

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

SendAsset

Declaration
public Asset SendAsset { 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