ManageDataOpXdr

data class ManageDataOpXdr(val dataName: String64Xdr, val dataValue: DataValueXdr?)

XDR Source: struct ManageDataOp { string64 dataName; DataValue* dataValue; // set to null to clear };

Constructors

Link copied to clipboard
constructor(dataName: String64Xdr, dataValue: DataValueXdr?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

set to null to clear

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)