| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
ContractCodeList |
ApplicationsApi.contractCodesGet(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ContractCodeList> |
ApplicationsApi.contractCodesGetWithHttpInfo(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodesGetAsync(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip,
ApiCallback<ContractCodeList> callback)
(asynchronously)
List all blockchain smart contract implementations of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
ContractCodeList |
ContractCodeList.addContractCodesItem(ContractCode contractCodesItem) |
ContractCodeList |
ContractCodeList.contractCodes(List<ContractCode> contractCodes) |
ContractCodeList |
ContractCodeList.nextLink(String nextLink) |
Copyright © 2018. All rights reserved.