Class ExternalServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.wallet.ExternalService
public final class ExternalServiceImpl implements ExternalService
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 classExternalServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ExternalService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ExternalServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Walletconnect(ExternalConnectParams params, RequestOptions requestOptions)ExternalGetNonceResponsegetNonce(ExternalGetNonceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ExternalService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ExternalService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
connect
Wallet connect(ExternalConnectParams params, RequestOptions requestOptions)
-
getNonce
ExternalGetNonceResponse getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)
-
-
-
-