Class WalletServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WalletServiceAsync
public final class WalletServiceAsyncImpl implements WalletServiceAsync
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 classWalletServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WalletServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WalletServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalServiceAsyncexternal()Walletsrepresent the blockchain wallet that holds the assets of anAccount.CompletableFuture<Wallet>connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)CompletableFuture<Wallet>get(WalletGetParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.WalletServiceAsync
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
-
withRawResponse
WalletServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WalletServiceAsync 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 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<Wallet> connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-