Show / Hide Table of Contents

Class PathPaymentStrictReceiveOperation

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

See also: Path Payment

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

Properties

DestAmount

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

DestAsset

Declaration
public Asset DestAsset { get; }
Property Value
Asset

Destination

Declaration
public IAccountId Destination { get; }
Property Value
IAccountId

Path

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

SendAsset

Declaration
public Asset SendAsset { get; }
Property Value
Asset

SendMax

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

Methods

ToOperationBody()

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

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