Class WalletServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.WalletService.WithRawResponse
public final class WalletServiceImpl.WithRawResponseImpl implements WalletService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WalletService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalService.WithRawResponseexternal()Walletsrepresent the blockchain wallet that holds the assets of anAccount.HttpResponseFor<Wallet>connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)HttpResponseFor<Wallet>get(WalletGetParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.accounts.WalletService.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
WalletService.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
ExternalService.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
HttpResponseFor<Wallet> connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)
-
get
HttpResponseFor<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-