Package org.stellar.sdk.operations
Class ExtendFootprintTTLOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.ExtendFootprintTTLOperation
Represents ExtendFootprintTTL operation.
Bump the expiration of a footprint (read and written ledger keys).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<C extends ExtendFootprintTTLOperation,
B extends ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<C, B>> Customizing builder methods.Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,
B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
static ExtendFootprintTTLOperation
Constructs a new ExtendFootprintTTLOperation object from the XDR representation of theExtendFootprintTTLOperation
.@NonNull Long
the number of ledgers past the LCL (last closed ledger) by which to extend the validity of the ledger keys in this transactionint
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Constructs a new ExtendFootprintTTLOperation object from the XDR representation of theExtendFootprintTTLOperation
.- Parameters:
op
- the XDR representation of theExtendFootprintTTLOperation
.
-
builder
-
toBuilder
-
getExtendTo
the number of ledgers past the LCL (last closed ledger) by which to extend the validity of the ledger keys in this transaction -
toString
-
equals
-
hashCode
public int hashCode()
-