Class Eip155ServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.orderrequests.Eip155ServiceAsync
public final class Eip155ServiceAsyncImpl implements Eip155ServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155ServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description Eip155ServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Eip155ServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Eip155CreatePermitResponse>createPermit(Eip155CreatePermitParams params, RequestOptions requestOptions)CompletableFuture<Eip155CreatePermitTransactionResponse>createPermitTransaction(Eip155CreatePermitTransactionParams params, RequestOptions requestOptions)CompletableFuture<Eip155SubmitResponse>submit(Eip155SubmitParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.orderrequests.Eip155ServiceAsync
createPermit, createPermit, createPermit, createPermitTransaction, createPermitTransaction, createPermitTransaction, submit, submit, submit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
Eip155ServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
Eip155ServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
createPermit
CompletableFuture<Eip155CreatePermitResponse> createPermit(Eip155CreatePermitParams params, RequestOptions requestOptions)
-
createPermitTransaction
CompletableFuture<Eip155CreatePermitTransactionResponse> createPermitTransaction(Eip155CreatePermitTransactionParams params, RequestOptions requestOptions)
-
submit
CompletableFuture<Eip155SubmitResponse> submit(Eip155SubmitParams params, RequestOptions requestOptions)
-
-
-
-