Show / Hide Table of Contents

Class PaymentOperation

Represents a stellar_dotnet_sdk.xdr.PaymentOp operation. Use PaymentOperation.Builder to create a new PaymentOperation.

See also: Payment

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

Properties

Amount

Amount of the aforementioned asset to send.

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

Asset

Asset to send to the destination account.

Declaration
public Asset Asset { get; }
Property Value
Asset

Destination

Account address that receives the payment.

Declaration
public IAccountId Destination { get; }
Property Value
IAccountId

Methods

ToOperationBody()

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

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