SequenceBumpedEffectResponse
public class SequenceBumpedEffectResponse : EffectResponse, @unchecked Sendable
Represents a sequence number bump effect. This effect occurs when an account’s sequence number is manually bumped to a higher value. Triggered by the Bump Sequence operation, which can be used to invalidate future transactions or implement time bounds. See Stellar developer docs
-
The new sequence number after the bump.
Declaration
Swift
public let newSequence: 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