ManageDataOperation

data class ManageDataOperation(val name: String, val value: ByteArray? = null) : Operation

Represents a ManageData operation.

Constructors

Link copied to clipboard
constructor(name: String, value: ByteArray? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the data entry

Link copied to clipboard

Optional source account for this operation.

Link copied to clipboard

The value of the data entry, or null to delete

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toOperationBody(): OperationBodyXdr

Converts this operation to its XDR operation body representation.

Link copied to clipboard

Converts this operation to its full XDR representation, including the source account.