Class ManageDataOperation

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

public class ManageDataOperation extends Operation
Represents ManageData operation.
  • Method Details

    • getName

      public String getName()
      The name of the data value
    • getValue

      public byte[] getValue()
      Data value
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Operation