Package org.stellar.sdk.operations
Class AccountMergeOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.AccountMergeOperation
Represents AccountMerge operation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AccountMergeOperation.AccountMergeOperationBuilder<C extends AccountMergeOperation,
B extends AccountMergeOperation.AccountMergeOperationBuilder<C, B>> Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,
B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
static AccountMergeOperation
fromXdr
(MuxedAccount destination) Construct a newAccountMergeOperation
from the destination account.@NonNull String
The account that receives the remaining XLM balance of the source account.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newAccountMergeOperation
from the destination account.- Parameters:
destination
- The account that receives the remaining XLM balance of the source account.- Returns:
AccountMergeOperation
object
-
builder
-
toBuilder
-
getDestination
The account that receives the remaining XLM balance of the source account. -
toString
-
equals
-
hashCode
public int hashCode()
-