Class WalletServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WalletServiceAsync.WithRawResponse
public final class WalletServiceAsyncImpl.WithRawResponseImpl implements WalletServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WalletServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalServiceAsync.WithRawResponseexternal()Walletsrepresent the blockchain wallet that holds the assets of anAccount.CompletableFuture<HttpResponseFor<Wallet>>connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Wallet>>get(WalletGetParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.WalletServiceAsync.WithRawResponse
connectInternal, connectInternal, connectInternal, get, get, get, get, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
WalletServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
external
ExternalServiceAsync.WithRawResponse external()
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.
-
connectInternal
CompletableFuture<HttpResponseFor<Wallet>> connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)
-
get
CompletableFuture<HttpResponseFor<Wallet>> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-