EndSponsoringFutureReservesOperationBuilder
in package
Builder for creating EndSponsoringFutureReserves operations.
This builder implements the builder pattern to construct EndSponsoringFutureReservesOperation instances with a fluent interface. This operation terminates the current sponsoring relationship, signaling that the sponsor will no longer cover future reserve requirements.
Tags
Table of Contents
Methods
- build() : EndSponsoringFutureReservesOperation
- Builds the EndSponsoringFutureReserves operation.
- setMuxedSourceAccount() : $this
- Sets the muxed source account for this operation.
- setSourceAccount() : $this
- Sets the source account for this operation.
Methods
build()
Builds the EndSponsoringFutureReserves operation.
public
build() : EndSponsoringFutureReservesOperation
Return values
EndSponsoringFutureReservesOperation —The constructed operation
setMuxedSourceAccount()
Sets the muxed source account for this operation.
public
setMuxedSourceAccount(MuxedAccount $sourceAccount) : $this
Parameters
- $sourceAccount : MuxedAccount
-
The muxed account to use as source
Return values
$this —Returns the builder instance for method chaining
setSourceAccount()
Sets the source account for this operation.
public
setSourceAccount(string $accountId) : $this
Parameters
- $accountId : string
-
The Stellar account ID (G...)
Return values
$this —Returns the builder instance for method chaining