Show / Hide Table of Contents

Class AccountMergeOperation

Represents an stellar_dotnet_sdk.xdr.AccountID Encode operation. Use AccountMergeOperation.Builder to create a new AccountMergeOperation.

See also: Account Merge

Inheritance
System.Object
Operation
AccountMergeOperation
Inherited Members
Operation.SourceAccount
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 AccountMergeOperation : Operation

Properties

Destination

The account that receives the remaining XLM balance of the source account.

Declaration
public IAccountId Destination { get; }
Property Value
IAccountId

Threshold

Declaration
public override OperationThreshold Threshold { get; }
Property Value
OperationThreshold

Overrides
Operation.Threshold

Methods

ToOperationBody()

Returns the Account Merge XDR Operation Body

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

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