AccountThresholdsUpdatedEffectResponse
public class AccountThresholdsUpdatedEffectResponse : EffectResponse, @unchecked Sendable
Represents an account thresholds update effect. This effect occurs when an account’s signature thresholds are modified through a Set Options operation. Thresholds determine the minimum signature weight required for different operation categories. See Stellar developer docs
-
The updated low threshold value (used for Allow Trust and Bump Sequence operations).
Declaration
Swift
public let lowThreshold: Int -
The updated medium threshold value (used for most operations).
Declaration
Swift
public let medThreshold: Int -
The updated high threshold value (used for Set Options and Account Merge operations).
Declaration
Swift
public let highThreshold: Int -
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