Returns a list of contracts.
OK
Client error.
Server error.
{- "status": 0,
- "message": "string",
- "result": [
- {
- "label": "string",
- "contractName": "string",
- "version": "string",
- "isFavorite": true,
- "deployable": true,
- "instances": [
- {
- "alias": "string",
- "address": "string"
}
]
}
]
}