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