ExtendFootprintTTLOperationResponse
public class ExtendFootprintTTLOperationResponse : OperationResponse, @unchecked Sendable
Represents an extend footprint TTL operation response. This Soroban operation extends the time-to-live (TTL) of ledger entries specified in the transaction’s footprint, preventing them from being archived. See Stellar developer docs
-
New ledger number at which the entries will expire.
Declaration
Swift
public let extendTo: Int -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash