Interface WalletServiceAsync
-
- All Implemented Interfaces:
public interface WalletServiceAsync
-
-
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()
-
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)
-
-
-
-