Get Contracts Actions
GET {{baseUrl}}/api/v1/contracts/:contractId/actions?top=<>&skip=<>
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance. Users get all applicable actions if the user has an associated application role or is associated with a smart contract instance role for the current state of the specified smart contract instance.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
top | string | The maximum number of entries to return in the result set. | |
skip | string | The number of entries to skip in the result set. |