Class ExternalServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.wallet.ExternalService
public final class ExternalServiceImpl implements ExternalService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ExternalService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ExternalServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Walletconnect(ExternalConnectParams params, RequestOptions requestOptions)ExternalGetNonceResponsegetNonce(ExternalGetNonceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ExternalService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ExternalService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
connect
Wallet connect(ExternalConnectParams params, RequestOptions requestOptions)
-
getNonce
ExternalGetNonceResponse getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)
-
-
-
-