LiquidityPoolRevokedEffectResponse
public class LiquidityPoolRevokedEffectResponse : EffectResponse, @unchecked Sendable
Represents a liquidity pool revocation effect. This effect occurs when trustline authorization for a liquidity pool is revoked by an asset issuer. The pool shares are revoked and the reserves are returned. Triggered by the Set Trust Line Flags or Allow Trust operations. See Stellar developer docs
-
The liquidity pool details.
Declaration
Swift
public let liquidityPool: LiquidityPoolEffectResponse -
The asset reserves revoked from the pool.
Declaration
Swift
public let reservesRevoked: [ReserveResponse] -
The number of pool shares revoked.
Declaration
Swift
public let sharesRevoked: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash