public class DataAnchoringTransactionApi
extends java.lang.Object
Constructor and Description |
---|
DataAnchoringTransactionApi() |
DataAnchoringTransactionApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
AnchorBlockStatus |
anchorBlock(java.lang.String xChainId,
AnchorBlockRequest body)
앵커링 트랜잭션 생성
블록체인 데이터를 앵커링 하기 위해 사용됩니다.
|
com.squareup.okhttp.Call |
anchorBlockAsync(java.lang.String xChainId,
AnchorBlockRequest body,
ApiCallback<AnchorBlockStatus> callback)
앵커링 트랜잭션 생성 (asynchronously)
블록체인 데이터를 앵커링 하기 위해 사용됩니다.
|
com.squareup.okhttp.Call |
anchorBlockCall(java.lang.String xChainId,
AnchorBlockRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for anchorBlock
|
ApiResponse<AnchorBlockStatus> |
anchorBlockWithHttpInfo(java.lang.String xChainId,
AnchorBlockRequest body)
앵커링 트랜잭션 생성
블록체인 데이터를 앵커링 하기 위해 사용됩니다.
|
AnchorTransactionDetail |
getAnchorBlockByPayloadID(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String payloadId)
페이로드로 앵커링 트랜잭션 조회
Paylaod ID와 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
com.squareup.okhttp.Call |
getAnchorBlockByPayloadIDAsync(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String payloadId,
ApiCallback<AnchorTransactionDetail> callback)
페이로드로 앵커링 트랜잭션 조회 (asynchronously)
Paylaod ID와 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
com.squareup.okhttp.Call |
getAnchorBlockByPayloadIDCall(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String payloadId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAnchorBlockByPayloadID
|
ApiResponse<AnchorTransactionDetail> |
getAnchorBlockByPayloadIDWithHttpInfo(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String payloadId)
페이로드로 앵커링 트랜잭션 조회
Paylaod ID와 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
AnchorTransactionDetail |
getAnchorBlockByTx(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String transactionHash)
트랜잭션 해시로 앵커링 트랜잭션 조회
트랜잭션 해시값과 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
com.squareup.okhttp.Call |
getAnchorBlockByTxAsync(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String transactionHash,
ApiCallback<AnchorTransactionDetail> callback)
트랜잭션 해시로 앵커링 트랜잭션 조회 (asynchronously)
트랜잭션 해시값과 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
com.squareup.okhttp.Call |
getAnchorBlockByTxCall(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String transactionHash,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAnchorBlockByTx
|
ApiResponse<AnchorTransactionDetail> |
getAnchorBlockByTxWithHttpInfo(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.String transactionHash)
트랜잭션 해시로 앵커링 트랜잭션 조회
트랜잭션 해시값과 오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션을 조회합니다.
|
ApiClient |
getApiClient() |
AnchorTransactions |
retrieveAnchorBlock(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.Long size,
java.lang.String cursor,
java.lang.Long fromTimestamp,
java.lang.Long toTimestamp)
오퍼레이터로 앵커링 트랜잭션 목록 조회
오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션 목록을 조회합니다.
|
com.squareup.okhttp.Call |
retrieveAnchorBlockAsync(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.Long size,
java.lang.String cursor,
java.lang.Long fromTimestamp,
java.lang.Long toTimestamp,
ApiCallback<AnchorTransactions> callback)
오퍼레이터로 앵커링 트랜잭션 목록 조회 (asynchronously)
오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션 목록을 조회합니다.
|
com.squareup.okhttp.Call |
retrieveAnchorBlockCall(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.Long size,
java.lang.String cursor,
java.lang.Long fromTimestamp,
java.lang.Long toTimestamp,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for retrieveAnchorBlock
|
ApiResponse<AnchorTransactions> |
retrieveAnchorBlockWithHttpInfo(java.lang.String xChainId,
java.lang.String operatorId,
java.lang.Long size,
java.lang.String cursor,
java.lang.Long fromTimestamp,
java.lang.Long toTimestamp)
오퍼레이터로 앵커링 트랜잭션 목록 조회
오퍼레이터 ID를 지정하여, 이 오퍼레이터가 생성한 트랜잭션 목록을 조회합니다.
|
void |
setApiClient(ApiClient apiClient) |
public DataAnchoringTransactionApi()
public DataAnchoringTransactionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call anchorBlockCall(java.lang.String xChainId, AnchorBlockRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)body
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnchorBlockStatus anchorBlock(java.lang.String xChainId, AnchorBlockRequest body) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnchorBlockStatus> anchorBlockWithHttpInfo(java.lang.String xChainId, AnchorBlockRequest body) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)body
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call anchorBlockAsync(java.lang.String xChainId, AnchorBlockRequest body, ApiCallback<AnchorBlockStatus> callback) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)body
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAnchorBlockByPayloadIDCall(java.lang.String xChainId, java.lang.String operatorId, java.lang.String payloadId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)payloadId
- 페이로드 ID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnchorTransactionDetail getAnchorBlockByPayloadID(java.lang.String xChainId, java.lang.String operatorId, java.lang.String payloadId) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)payloadId
- 페이로드 ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnchorTransactionDetail> getAnchorBlockByPayloadIDWithHttpInfo(java.lang.String xChainId, java.lang.String operatorId, java.lang.String payloadId) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)payloadId
- 페이로드 ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAnchorBlockByPayloadIDAsync(java.lang.String xChainId, java.lang.String operatorId, java.lang.String payloadId, ApiCallback<AnchorTransactionDetail> callback) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)payloadId
- 페이로드 ID (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 objectpublic com.squareup.okhttp.Call getAnchorBlockByTxCall(java.lang.String xChainId, java.lang.String operatorId, java.lang.String transactionHash, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)transactionHash
- 트랜잭션 해시 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnchorTransactionDetail getAnchorBlockByTx(java.lang.String xChainId, java.lang.String operatorId, java.lang.String transactionHash) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)transactionHash
- 트랜잭션 해시 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnchorTransactionDetail> getAnchorBlockByTxWithHttpInfo(java.lang.String xChainId, java.lang.String operatorId, java.lang.String transactionHash) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)transactionHash
- 트랜잭션 해시 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAnchorBlockByTxAsync(java.lang.String xChainId, java.lang.String operatorId, java.lang.String transactionHash, ApiCallback<AnchorTransactionDetail> callback) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)transactionHash
- 트랜잭션 해시 (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 objectpublic com.squareup.okhttp.Call retrieveAnchorBlockCall(java.lang.String xChainId, java.lang.String operatorId, java.lang.Long size, java.lang.String cursor, java.lang.Long fromTimestamp, java.lang.Long toTimestamp, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)size
- 검색할 계정의 최대 사이즈 (optional, default to 100)cursor
- 마지막으로 검색된 커서의 정보 (optional)fromTimestamp
- 검색하고자 하는 처음 시간의 타임스탬프 (초단위) (optional)toTimestamp
- 검색하고자 하는 마지막 시간의 타임스탬프 (초단위) (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AnchorTransactions retrieveAnchorBlock(java.lang.String xChainId, java.lang.String operatorId, java.lang.Long size, java.lang.String cursor, java.lang.Long fromTimestamp, java.lang.Long toTimestamp) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)size
- 검색할 계정의 최대 사이즈 (optional, default to 100)cursor
- 마지막으로 검색된 커서의 정보 (optional)fromTimestamp
- 검색하고자 하는 처음 시간의 타임스탬프 (초단위) (optional)toTimestamp
- 검색하고자 하는 마지막 시간의 타임스탬프 (초단위) (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AnchorTransactions> retrieveAnchorBlockWithHttpInfo(java.lang.String xChainId, java.lang.String operatorId, java.lang.Long size, java.lang.String cursor, java.lang.Long fromTimestamp, java.lang.Long toTimestamp) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)size
- 검색할 계정의 최대 사이즈 (optional, default to 100)cursor
- 마지막으로 검색된 커서의 정보 (optional)fromTimestamp
- 검색하고자 하는 처음 시간의 타임스탬프 (초단위) (optional)toTimestamp
- 검색하고자 하는 마지막 시간의 타임스탬프 (초단위) (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call retrieveAnchorBlockAsync(java.lang.String xChainId, java.lang.String operatorId, java.lang.Long size, java.lang.String cursor, java.lang.Long fromTimestamp, java.lang.Long toTimestamp, ApiCallback<AnchorTransactions> callback) throws ApiException
xChainId
- Klaytn 체인 네트워크 ID (1001 or 8217) (required)operatorId
- 오퍼레이터 계정 주소 (required)size
- 검색할 계정의 최대 사이즈 (optional, default to 100)cursor
- 마지막으로 검색된 커서의 정보 (optional)fromTimestamp
- 검색하고자 하는 처음 시간의 타임스탬프 (초단위) (optional)toTimestamp
- 검색하고자 하는 마지막 시간의 타임스탬프 (초단위) (optional)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