BumpSequenceOperationResponse
public class BumpSequenceOperationResponse : OperationResponse, @unchecked Sendable
Represents a bump sequence operation response. This operation bumps forward the sequence number of the source account to the specified value, invalidating any lower sequence numbers for future transactions. See Stellar developer docs
-
Value to bump the sequence to.
Declaration
Swift
public let bumpTo: 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