DataCreatedEffectResponse

public class DataCreatedEffectResponse : EffectResponse, @unchecked Sendable

Represents a data entry creation effect. This effect occurs when a new key-value pair is added to an account’s data entries. Account data entries allow accounts to store arbitrary data on the ledger. Triggered by the Manage Data operation. See Stellar developer docs

  • The name (key) of the data entry created.

    Declaration

    Swift

    public let name: String
  • The base64-encoded value of the data entry created.

    Declaration

    Swift

    public let value: String
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws