| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStateTransitionList |
ContractsApi.contractActionsGet(Integer contractId,
Integer top,
Integer skip)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowStateTransitionList> |
ContractsApi.contractActionsGetWithHttpInfo(Integer contractId,
Integer top,
Integer skip)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContractsApi.contractActionsGetAsync(Integer contractId,
Integer top,
Integer skip,
ApiCallback<WorkflowStateTransitionList> callback)
(asynchronously)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStateTransitionList |
WorkflowStateTransitionList.addWorkflowStateTransitionsItem(WorkflowStateTransition workflowStateTransitionsItem) |
WorkflowStateTransitionList |
WorkflowStateTransitionList.nextLink(String nextLink) |
WorkflowStateTransitionList |
WorkflowStateTransitionList.workflowStateTransitions(List<WorkflowStateTransition> workflowStateTransitions) |
Copyright © 2018. All rights reserved.