package tezos-protocol-alpha

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

stake ctxt ~sender ~delegate amount add amount as sender's stake to delegate.

request_unstake ctxt ~sender_contract ~delegate amount records a request from sender_contract to unstake amount from delegate.

finalize_unstake ctxt contract performs the finalization of all unstake requests from contract that can be finalized. An unstake request can be finalized if it is old enough, specifically the requested amount must not be at stake anymore and must not be slashable anymore, i.e. after preserved_cycles + max_slashing_period after the request. Amounts are transferred from the contract's delegate (at request time) unstaked frozen deposits to contract's spendable balance, minus slashing the requested stake undergone in between.

val check_manual_staking_allowed : context -> unit Tezos_protocol_environment_alpha.Error_monad.tzresult

Staking can be either automated or manual. If Adaptive Issuance is enabled, staking must be manual.

OCaml

Innovation. Community. Security.