Liquidity Pool Revoked Effect Response
@Serializable
@SerialName(value = "liquidity_pool_revoked" )
Represents liquidity_pool_revoked effect response.
This effect occurs when a liquidity pool is revoked.
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, reservesRevoked: List<LiquidityPoolClaimableAssetAmount>, sharesRevoked: 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 revoked
Link copied to clipboard
The shares revoked