Liquidity Pool Withdrew Effect Response
@Serializable
@SerialName(value = "liquidity_pool_withdrew" )
Represents liquidity_pool_withdrew effect response.
This effect occurs when assets are withdrawn from a liquidity pool.
See also
Constructors
Link copied to clipboard
constructor(id: String, account: String?, accountMuxed: String? = null, accountMuxedId: String? = null, type: String, createdAt: String, pagingToken: String, links: EffectResponse.EffectLinks, liquidityPool: LiquidityPool, reservesReceived: List<AssetAmount>, sharesRedeemed: String)
Properties
Link copied to clipboard
The muxed account address that is associated with this effect
Link copied to clipboard
The muxed account ID that is associated with this effect
Link copied to clipboard
Links related to this effect
Link copied to clipboard
The liquidity pool information
Link copied to clipboard
A cursor value for use in pagination
Link copied to clipboard
The reserves received
Link copied to clipboard
The shares redeemed