TrustlineAuthorizationResponse

@Serializable
abstract class TrustlineAuthorizationResponse : EffectResponse

Abstract base class for trustline authorization effect responses.

This class provides common properties for trustline_authorized, trustline_deauthorized, and trustline_authorized_to_maintain_liabilities 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

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

The asset type (native, credit_alphanum4, or credit_alphanum12)

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 = "_links")
abstract val links: EffectResponse.EffectLinks

Links related to this effect

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

A cursor value for use in pagination

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

The trustor account

Link copied to clipboard
abstract val type: String

Type of effect