Class CreateAccountOperation

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

public class CreateAccountOperation extends Operation
Represents CreateAccount operation.
  • Method Details

    • getDestination

      @NonNull public @NonNull String getDestination()
      Account that is created and funded
    • getStartingBalance

      @NonNull public @NonNull String getStartingBalance()
      Amount of XLM to send to the newly created account.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Operation