TrustlineCUDResponse

@Serializable
abstract class TrustlineCUDResponse : EffectResponse

Abstract base class for trustline Create/Update/Delete effect responses.

This class provides common properties for trustline_created, trustline_updated, and trustline_removed effects.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val account: String?

The account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed")
abstract val accountMuxed: String?

The muxed account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed_id")
abstract val accountMuxedId: String?

The muxed account ID that is associated with this effect

Link copied to clipboard
@SerialName(value = "asset_code")
abstract val assetCode: String?

The asset code (for credit assets)

Link copied to clipboard
@SerialName(value = "asset_issuer")
abstract val assetIssuer: String?

The asset issuer (for credit assets)

Link copied to clipboard
@SerialName(value = "asset_type")
abstract val assetType: String

The asset type (native, credit_alphanum4, credit_alphanum12, or liquidity_pool_shares)

Link copied to clipboard
@SerialName(value = "created_at")
abstract val createdAt: String

ISO 8601 timestamp of when this effect occurred

Link copied to clipboard
abstract val id: String

A unique identifier for this effect

Link copied to clipboard
@SerialName(value = "limit")
abstract val limit: String

The limit for the trustline

Link copied to clipboard
@SerialName(value = "_links")
abstract val links: EffectResponse.EffectLinks

Links related to this effect

Link copied to clipboard
@SerialName(value = "liquidity_pool_id")
abstract val liquidityPoolId: String?

The liquidity pool ID (for liquidity pool shares)

Link copied to clipboard
@SerialName(value = "paging_token")
abstract override val pagingToken: String

A cursor value for use in pagination

Link copied to clipboard
abstract val type: String

Type of effect