Module Tezos_raw_protocol_alpha.Clst_finalization

finalize ctxt ~clst_contract ~staker redemption_requests handles the finalization of staker's redemption_requests, moving the funds in clst_contract spendable balance, and returns the number of tez finalized and the remaining requests that are still slashable. It is then the responsibility of the CLST contract to transfer them to staker via an internal operation.

module For_RPC : sig ... end