Class ExternalServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.wallet.ExternalServiceAsync
public final class ExternalServiceAsyncImpl implements ExternalServiceAsync
Walletsrepresent the blockchain wallet that holds the assets of anAccount.An
Accountmay be connected to a singleWallet.Individual
Entitiescan connect their self-custodiedWalletsby proving ownership of theWalletaddress. For Dinari Partners, a Dinari-managedWalletcan be created for the PartnerEntityin the Dinari Partners Portal. This may be used in omnibus accounting for self-managing customers' assets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ExternalServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ExternalServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Wallet>connect(ExternalConnectParams params, RequestOptions requestOptions)CompletableFuture<ExternalGetNonceResponse>getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ExternalServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ExternalServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
connect
CompletableFuture<Wallet> connect(ExternalConnectParams params, RequestOptions requestOptions)
-
getNonce
CompletableFuture<ExternalGetNonceResponse> getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)
-
-
-
-