Find Payment Paths Endpoint
requestBuilder : Stellar.Endpoint.Endpoint -> Stellar.PublicKey.PublicKey -> Stellar.PublicKey.PublicKey -> Stellar.AssetType.AssetType -> Basics.Int -> HttpBuilder.RequestBuilder Response
Request Builder. Takes the mandatory fields as arguments, the optional fields can be piped using setters.
setDestinationAssetCode : String -> HttpBuilder.RequestBuilder Response -> HttpBuilder.RequestBuilder Response
Set the Destination Asset Code.
setDestinationAssetIssuer : Stellar.PublicKey.PublicKey -> HttpBuilder.RequestBuilder Response -> HttpBuilder.RequestBuilder Response
Set the Destination Asset Issuer.
send : (Result Http.Error Response -> msg) -> HttpBuilder.RequestBuilder Response -> Platform.Cmd.Cmd msg
Send the request once configured.
The Response coming back from the server.