public class AccountMergeOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
AccountMergeOperation.Builder
Builds AccountMerge operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getDestination()
The account that receives the remaining XLM balance of the source account.
|
int |
hashCode() |
fromXdr, fromXdr, getSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
public java.lang.String getDestination()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object