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
Nested ClassesModifier and TypeClassDescriptionstatic classAccountMergeOperation.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()booleanstatic AccountMergeOperationfromXdr(MuxedAccount destination) Construct a newAccountMergeOperationfrom the destination account.@NonNull StringThe account that receives the remaining XLM balance of the source account.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
formatAmountScale, fromXdr, fromXdrAmount, getSourceAccount, setSourceAccount, toXdr, toXdrAmount, toXdrBase64
-
Method Details
-
fromXdr
Construct a newAccountMergeOperationfrom the destination account.- Parameters:
destination- The account that receives the remaining XLM balance of the source account.- Returns:
AccountMergeOperationobject
-
builder
-
toBuilder
-
getDestination
The account that receives the remaining XLM balance of the source account. -
toString
-
equals
-
hashCode
public int hashCode()
-