LiquidityPoolShare

data class LiquidityPoolShare(val liquidityPool: LiquidityPool) : ChangeTrustAsset

ChangeTrustAsset for a liquidity pool share.

Constructors

Link copied to clipboard
constructor(liquidityPool: LiquidityPool)

Properties

Link copied to clipboard
open override val assetType: AssetTypeXdr

The type of the asset

Link copied to clipboard

The liquidity pool for which trust is being changed

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toXdr(): ChangeTrustAssetXdr

Converts this ChangeTrustAsset to its XDR representation.