case class WriteDataOperation(name: String, value: Seq[Byte], sourceAccount: Option[AccountId] = None) extends ManageDataOperation with Product with Serializable

Creates or updates a Data Entry (name/value pair) for an account.

sourceAccount

the account effecting this operation, if different from the owning account of the transaction

See also

endpoint doc

Linear Supertypes
Serializable, Product, Equals, ManageDataOperation, Operation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteDataOperation
  2. Serializable
  3. Product
  4. Equals
  5. ManageDataOperation
  6. Operation
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WriteDataOperation(name: String, value: Seq[Byte], sourceAccount: Option[AccountId] = None)

    sourceAccount

    the account effecting this operation, if different from the owning account of the transaction

Value Members

  1. def accountRequiringMemo: Option[AccountId]
    Definition Classes
    Operation
  2. def bodyXdr: OperationBody
    Definition Classes
    WriteDataOperationOperation
  3. val name: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val sourceAccount: Option[AccountId]
    Definition Classes
    WriteDataOperationOperation
  6. val value: Seq[Byte]
  7. def xdr: org.stellar.xdr.Operation
    Definition Classes
    Operation