| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Contract |
ContractsApi.contractGet(Integer contractId)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Contract> |
ContractsApi.contractGetWithHttpInfo(Integer contractId)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContractsApi.contractGetAsync(Integer contractId,
ApiCallback<Contract> callback)
(asynchronously)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.addContractActionsItem(ContractAction contractActionsItem) |
Contract |
Contract.addContractPropertiesItem(ContractProperty contractPropertiesItem) |
Contract |
Contract.addTransactionsItem(Transaction transactionsItem) |
Contract |
Contract.connectionID(Integer connectionID) |
Contract |
Contract.contractActions(List<ContractAction> contractActions) |
Contract |
Contract.contractCodeId(Integer contractCodeId) |
Contract |
Contract.contractProperties(List<ContractProperty> contractProperties) |
Contract |
Contract.deployedByUserId(Integer deployedByUserId) |
Contract |
Contract.id(Integer id) |
Contract |
Contract.ledgerIdentifier(String ledgerIdentifier) |
Contract |
Contract.provisioningStatus(Integer provisioningStatus) |
Contract |
Contract.transactions(List<Transaction> transactions) |
Contract |
Contract.workflowId(Integer workflowId) |
| Modifier and Type | Method and Description |
|---|---|
List<Contract> |
ContractList.getContracts()
Get contracts
|
| Modifier and Type | Method and Description |
|---|---|
ContractList |
ContractList.addContractsItem(Contract contractsItem) |
| Modifier and Type | Method and Description |
|---|---|
ContractList |
ContractList.contracts(List<Contract> contracts) |
void |
ContractList.setContracts(List<Contract> contracts) |
Copyright © 2018. All rights reserved.