Interface Eip155ServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface Eip155ServiceAsync.WithRawResponseA view of Eip155ServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract Eip155ServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
getFeeQuote
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155GetFeeQuoteResponse>> getFeeQuote(String accountId, Eip155GetFeeQuoteParams params)
Returns a raw HTTP response for
post /api/v2/accounts/{account_id}/orders/stocks/eip155/fee_quote, but is otherwise the same as Eip155ServiceAsync.getFeeQuote.
-
getFeeQuote
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155GetFeeQuoteResponse>> getFeeQuote(String accountId, Eip155GetFeeQuoteParams params, RequestOptions requestOptions)
-
getFeeQuote
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155GetFeeQuoteResponse>> getFeeQuote(Eip155GetFeeQuoteParams params)
-
getFeeQuote
@Deprecated(message = "deprecated") abstract CompletableFuture<HttpResponseFor<Eip155GetFeeQuoteResponse>> getFeeQuote(Eip155GetFeeQuoteParams params, RequestOptions requestOptions)
-
prepareOrder
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155PrepareOrderResponse>> prepareOrder(String accountId, Eip155PrepareOrderParams params)
Returns a raw HTTP response for
post /api/v2/accounts/{account_id}/orders/stocks/eip155/prepare, but is otherwise the same as Eip155ServiceAsync.prepareOrder.
-
prepareOrder
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155PrepareOrderResponse>> prepareOrder(String accountId, Eip155PrepareOrderParams params, RequestOptions requestOptions)
-
prepareOrder
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Eip155PrepareOrderResponse>> prepareOrder(Eip155PrepareOrderParams params)
-
prepareOrder
@Deprecated(message = "deprecated") abstract CompletableFuture<HttpResponseFor<Eip155PrepareOrderResponse>> prepareOrder(Eip155PrepareOrderParams params, RequestOptions requestOptions)
-
-
-
-