Interface WalletServiceAsync
-
- All Implemented Interfaces:
public interface WalletServiceAsyncWalletsrepresent 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 interfaceWalletServiceAsync.WithRawResponseA view of WalletServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract WalletServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
abstract 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(String accountId, WalletConnectInternalParams params)
Connect an internal
Walletto theAccount.
-
connectInternal
CompletableFuture<Wallet> connectInternal(String accountId, WalletConnectInternalParams params, RequestOptions requestOptions)
-
connectInternal
CompletableFuture<Wallet> connectInternal(WalletConnectInternalParams params)
-
connectInternal
abstract CompletableFuture<Wallet> connectInternal(WalletConnectInternalParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(String accountId)
Get the wallet connected to the
Account.
-
get
CompletableFuture<Wallet> get(String accountId, WalletGetParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(String accountId, WalletGetParams params)
-
get
abstract CompletableFuture<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(WalletGetParams params)
-
get
CompletableFuture<Wallet> get(String accountId, RequestOptions requestOptions)
-
-
-
-