Class Eip155ServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.orders.stocks.Eip155Service.WithRawResponse
public final class Eip155ServiceImpl.WithRawResponseImpl implements Eip155Service.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description Eip155Service.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<Eip155GetFeeQuoteResponse>getFeeQuote(Eip155GetFeeQuoteParams params, RequestOptions requestOptions)HttpResponseFor<Eip155PrepareOrderResponse>prepareOrder(Eip155PrepareOrderParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.accounts.orders.stocks.Eip155Service.WithRawResponse
getFeeQuote, getFeeQuote, getFeeQuote, prepareOrder, prepareOrder, prepareOrder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
Eip155Service.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") HttpResponseFor<Eip155GetFeeQuoteResponse> getFeeQuote(Eip155GetFeeQuoteParams params, RequestOptions requestOptions)
-
prepareOrder
@Deprecated(message = "deprecated") HttpResponseFor<Eip155PrepareOrderResponse> prepareOrder(Eip155PrepareOrderParams params, RequestOptions requestOptions)
-
-
-
-