Trustline Flags Updated Effect Response
@Serializable
@SerialName(value = "trustline_flags_updated" )
Represents trustline_flags_updated effect response.
This effect occurs when trustline flags are updated.
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, trustor: String, assetType: String, assetCode: String? = null, assetIssuer: String? = null, authorizedFlag: Boolean? = null, authorizedToMaintainLiabilitiesFlag: Boolean? = null, clawbackEnabledFlag: Boolean? = null)
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
The asset issuer
Link copied to clipboard
Whether the trustline is authorized
Link copied to clipboard
@SerialName(value = "authorized_to_maintain_liabilites_flag" )
Whether the trustline is authorized to maintain liabilities Note: The JSON field name has a typo from the Go implementation
Link copied to clipboard
Whether clawback is enabled for the trustline
Link copied to clipboard
Links related to this effect
Link copied to clipboard
A cursor value for use in pagination