EffectResponse

public class EffectResponse : Decodable, @unchecked Sendable

Base class for all effect responses from the Horizon API. Effects represent specific changes that occur to the ledger as a result of operations in successfully submitted transactions. Each operation can produce multiple effects, and this class provides common properties shared by all effect types. See Stellar developer docs