package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

find_staker_index_unsafe ctxt rollup staker returns the index for the rollup's staker. This function *must* be called only after they have checked for the existence of the rollup, and therefore it is not necessary for it to check for the existence of the rollup again. Otherwise, use the safe function find_staker_index.

remove_staker ctxt rollup staker cleans every storage associated to staker and it's index. The staker will be no longer considered active until a new index is given to it, through a new call to fresh_staker_index.

list_stakers_uncarbonated ctxt rollup lists the active stakers on rollup.

is_active ctxt rollup staker_index returns true iff staker_index is an active staker.

is_staker context rollup staker returns true iff staker has a deposit on the given rollup.

OCaml

Innovation. Community. Security.