Package org.stellar.sdk.operations


package org.stellar.sdk.operations
Provides classes representing the Stellar network operations.

Each class in this package corresponds to a specific Stellar operation type (e.g., CreateAccountOperation, PaymentOperation, ChangeTrustOperation). Operations are the individual commands that modify the Stellar ledger and are included in transactions built via TransactionBuilder.

All operation classes extend Operation, which provides common functionality such as source account management and XDR serialization.

See Also: