public class MultisigRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
MultisigRoutesApi() |
MultisigRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
MultisigAccountInfoDTO |
getAccountMultisig(java.lang.String accountId)
Get multisig account information
Returns the multisig account information.
|
okhttp3.Call |
getAccountMultisigAsync(java.lang.String accountId,
ApiCallback<MultisigAccountInfoDTO> _callback)
Get multisig account information (asynchronously)
Returns the multisig account information.
|
okhttp3.Call |
getAccountMultisigCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getAccountMultisig
|
java.util.List<MultisigAccountGraphInfoDTO> |
getAccountMultisigGraph(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
okhttp3.Call |
getAccountMultisigGraphAsync(java.lang.String accountId,
ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback)
Get multisig account graph information (asynchronously)
Returns the multisig account graph.
|
okhttp3.Call |
getAccountMultisigGraphCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getAccountMultisigGraph
|
ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> |
getAccountMultisigGraphWithHttpInfo(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
ApiResponse<MultisigAccountInfoDTO> |
getAccountMultisigWithHttpInfo(java.lang.String accountId)
Get multisig account information
Returns the multisig account information.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public MultisigRoutesApi()
public MultisigRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAccountMultisigCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MultisigAccountInfoDTO getAccountMultisig(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MultisigAccountInfoDTO> getAccountMultisigWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigAsync(java.lang.String accountId,
ApiCallback<MultisigAccountInfoDTO> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigGraphCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<MultisigAccountGraphInfoDTO> getAccountMultisigGraph(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> getAccountMultisigGraphWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigGraphAsync(java.lang.String accountId,
ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |