Class Eip155ServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.orders.stocks.Eip155Service
public final class Eip155ServiceImpl implements Eip155Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155ServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description Eip155Service.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Eip155ServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Eip155GetFeeQuoteResponsegetFeeQuote(Eip155GetFeeQuoteParams params, RequestOptions requestOptions)Eip155PrepareOrderResponseprepareOrder(Eip155PrepareOrderParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.accounts.orders.stocks.Eip155Service
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
-
withRawResponse
Eip155Service.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
Eip155Service 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") Eip155GetFeeQuoteResponse getFeeQuote(Eip155GetFeeQuoteParams params, RequestOptions requestOptions)
-
prepareOrder
@Deprecated(message = "deprecated") Eip155PrepareOrderResponse prepareOrder(Eip155PrepareOrderParams params, RequestOptions requestOptions)
-
-
-
-