TrustLineFlagsUpdatedEffectResponse
public class TrustLineFlagsUpdatedEffectResponse : EffectResponse, @unchecked Sendable
Represents a trustline flags update effect. This effect occurs when an asset issuer modifies the authorization flags for a trustline through a Set Trust Line Flags operation. Flags control authorization status, liability maintenance, and clawback capabilities. See Stellar developer docs
-
The account ID of the account holding the trustline.
Declaration
Swift
public let trustor: String -
The asset type of the trustline.
Declaration
Swift
public let assetType: String -
The asset code of the trustline.
Declaration
Swift
public let assetCode: String -
The issuer account ID of the asset.
Declaration
Swift
public let assetIssuer: String -
Indicates whether the trustline is fully authorized.
Declaration
Swift
public let authorizedFlag: Bool? -
Indicates whether the trustline can maintain liabilities only.
Declaration
Swift
public let authorizedToMaintainLiabilitiesFlag: Bool? -
Indicates whether clawback is enabled for the trustline.
Declaration
Swift
public let clawbackEnabledFlag: Bool? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash