Package com.dinari.api.client
Class DinariClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.client.DinariClientAsync.WithRawResponse
public final class DinariClientAsyncImpl.WithRawResponseImpl implements DinariClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DinariClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. V2ServiceAsync.WithRawResponsev2()Ordersrepresent the buying and selling of assets under anAccount.-
-
Method Detail
-
withOptions
DinariClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
v2
V2ServiceAsync.WithRawResponse v2()
Ordersrepresent the buying and selling of assets under anAccount.For
Accountsusing self-custodiedWallets,Ordersare created and fulfilled by making calls to Dinari's smart contracts, or using the Proxied Orders methods.For
Accountsusing managedWallets,Ordersare created and fulfilled by using theManaged Ordersmethods, which then create the corresponding transactions on the blockchain.
-
-
-
-