Post Transaction Endpoint
requestBuilder : Stellar.Endpoint.Endpoint -> String -> HttpBuilder.RequestBuilder Response
Request Builder. Takes the mandatory fields as arguments, the optional fields can be piped using setters.
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.