AccountHomeDomainUpdatedEffectResponse
public class AccountHomeDomainUpdatedEffectResponse : EffectResponse, @unchecked Sendable
Represents an account home domain update effect. This effect occurs when an account’s home domain is set or changed through a Set Options operation. The home domain is used to link the account to a domain name for federation and additional account information. See Stellar developer docs
-
The updated home domain of the account.
Declaration
Swift
public let homeDomain: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash