Returns entrypoints of the specified contract.
Contract address (starting with KT)
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
false
Include parameters schema in human-readable JSON format
true
Include parameters schema in micheline format
false
Include parameters schema in michelson format
false
Returns contract's entrypoint with specified name.
Contract address (starting with KT)
Entrypoint name
Include parameters schema in human-readable JSON format
true
Include parameters schema in micheline format
false
Include parameters schema in michelson format
false