ExtendFootprintTTLOperation

data class ExtendFootprintTTLOperation(val extendTo: Int) : Operation

Represents an ExtendFootprintTTL operation.

This operation extends the expiration of Soroban contract storage.

Constructors

Link copied to clipboard
constructor(extendTo: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of ledgers to extend the TTL

Link copied to clipboard

Optional source account for this operation.

Functions

Link copied to clipboard
open override fun toOperationBody(): OperationBodyXdr

Converts this operation to its XDR operation body representation.

Link copied to clipboard

Converts this operation to its full XDR representation, including the source account.