Liquidity Pool Deposited Effect Response
@Serializable
@SerialName(value = "liquidity_pool_deposited" )
Represents liquidity_pool_deposited effect response.
This effect occurs when assets are deposited into 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, reservesDeposited: List<AssetAmount>, sharesReceived: 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 deposited
Link copied to clipboard
The shares received