Get Applications Contract Code
GET {{baseUrl}}/api/v1/applications/:applicationId/contractCode?ledgerId=<get>&top=<>&skip=<>
List all blockchain smart contract implementations of the specified blockchain application. Users who are Workbench administrators get all smart contract implementations. Non-Workbench administrators get all smart contract implementations for which they have at least one associated application role or is associated with a smart contract instance role.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ledgerId | string | The index of the chain type | |
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. |