Interface Eip155Service
-
- All Implemented Interfaces:
public interface Eip155Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEip155Service.WithRawResponseA view of Eip155Service that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract Eip155Service.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract Eip155ServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Eip155PrepareProxiedOrderResponseprepareProxiedOrder(String accountId, Eip155PrepareProxiedOrderParams params)Prepare a proxied order to be placed on EVM. Eip155PrepareProxiedOrderResponseprepareProxiedOrder(String accountId, Eip155PrepareProxiedOrderParams params, RequestOptions requestOptions)Eip155PrepareProxiedOrderResponseprepareProxiedOrder(Eip155PrepareProxiedOrderParams params)abstract Eip155PrepareProxiedOrderResponseprepareProxiedOrder(Eip155PrepareProxiedOrderParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract Eip155Service.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract Eip155Service withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
prepareProxiedOrder
@Deprecated(message = "deprecated") Eip155PrepareProxiedOrderResponse prepareProxiedOrder(String accountId, Eip155PrepareProxiedOrderParams params)
Prepare a proxied order to be placed on EVM. The returned structure contains the necessary data to create an
OrderRequestwith aWalletthat is not Dinari-managed.⚠️ This endpoint will be deprecated on 2025-12-15.
-
prepareProxiedOrder
@Deprecated(message = "deprecated") Eip155PrepareProxiedOrderResponse prepareProxiedOrder(String accountId, Eip155PrepareProxiedOrderParams params, RequestOptions requestOptions)
-
prepareProxiedOrder
@Deprecated(message = "deprecated") Eip155PrepareProxiedOrderResponse prepareProxiedOrder(Eip155PrepareProxiedOrderParams params)
-
prepareProxiedOrder
@Deprecated(message = "deprecated") abstract Eip155PrepareProxiedOrderResponse prepareProxiedOrder(Eip155PrepareProxiedOrderParams params, RequestOptions requestOptions)
-
-
-
-