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

namestring required

Entrypoint name

{"stackTrail":"components:schemas:Entrypoint:properties:jsonParameters","oasType":"schema","type":"unknown","description":"A kind of JSON schema, describing how parameters will look like in a human-readable JSON format","nullable":true}
michelsonParametersstring nullable

Parameters schema in michelson format

unusedboolean

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.