Class AccountMergeOperation

java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.AccountMergeOperation

public class AccountMergeOperation extends Operation
Represents AccountMerge operation.
  • Method Details

    • getDestination

      @NonNull public @NonNull String getDestination()
      The account that receives the remaining XLM balance of the source account.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Operation
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Operation