@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-11-12T11:58:50.284Z[UTC]")
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 address)
Get multisig account information
Returns the multisig account information.
|
java.util.List<MultisigAccountGraphInfoDTO> |
getAccountMultisigGraph(java.lang.String address)
Get multisig account graph information
Returns the multisig account graph.
|
ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> |
getAccountMultisigGraphWithHttpInfo(java.lang.String address)
Get multisig account graph information
Returns the multisig account graph.
|
MerkleStateInfoDTO |
getAccountMultisigMerkle(java.lang.String address)
Get multisig account merkle information
Returns the multisig account merkle information.
|
ApiResponse<MerkleStateInfoDTO> |
getAccountMultisigMerkleWithHttpInfo(java.lang.String address)
Get multisig account merkle information
Returns the multisig account merkle information.
|
ApiResponse<MultisigAccountInfoDTO> |
getAccountMultisigWithHttpInfo(java.lang.String address)
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 MultisigAccountInfoDTO getAccountMultisig(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MultisigAccountInfoDTO> getAccountMultisigWithHttpInfo(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<MultisigAccountGraphInfoDTO> getAccountMultisigGraph(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> getAccountMultisigGraphWithHttpInfo(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MerkleStateInfoDTO getAccountMultisigMerkle(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MerkleStateInfoDTO> getAccountMultisigMerkleWithHttpInfo(java.lang.String address) throws ApiException
address - Account address. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |