Class StrictSendPathsRequestBuilder

java.lang.Object
org.stellar.sdk.requests.RequestBuilder
org.stellar.sdk.requests.StrictSendPathsRequestBuilder

public class StrictSendPathsRequestBuilder extends RequestBuilder
Builds requests to the Horizon /paths/strict-send endpoint.

Finds payment paths where the source amount is fixed. Specify either a destination account or a set of destination assets, along with the source asset and amount, to discover available payment paths.

See Also: