ManageDataOperationResponse
public class ManageDataOperationResponse : OperationResponse, @unchecked Sendable
Represents a manage data operation response. See Stellar developer docs
-
Name of the data entry (key in the name/value pair).
Declaration
Swift
public let name: String -
Base64-encoded value of the data entry. Empty string to delete the entry.
Declaration
Swift
public let value: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash