Liquidity Pool Created Effect Response
@Serializable
@SerialName(value = "liquidity_pool_created" )
Represents liquidity_pool_created effect response.
This effect occurs when a liquidity pool is created.
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)
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