Stellar PHP SDK API Documentation

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
see
EndSponsoringFutureReservesOperation
see
https://developers.stellar.org

Stellar developer docs

since
1.0.0
example

$operation = (new EndSponsoringFutureReservesOperationBuilder()) ->setSourceAccount($sponsoredAccountId) ->build();

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

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


        
On this page

Search results