SmartRollups
Get smart rollup entrypoints
Returns entrypoints of the specified smart rollup.
get/v1/smart_rollups/{address}/entrypoints
Path parameters
addressstring required
Smart rollup address (starting with sr1)
Query parameters
allboolean
If true, returns all entrypoints, including unused ones. Unused means that the entrypoint can be normalized to a more specific one. For example here (or %entry1 (unit %entry2) (nat %entry3)) the %entry1 is unused entrypoint because it can be normalized to %entry2 or %entry3
jsonboolean
Include parameters schema in human-readable JSON format
michelineboolean
Include parameters schema in micheline format
michelsonboolean
Include parameters schema in michelson format
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.