package tezos-baking-alpha

  1. Overview
  2. Docs
type per_block_votes = {
  1. liquidity_baking_toggle_vote : Tezos_protocol_alpha.Protocol.Alpha_context.Liquidity_baking.liquidity_baking_toggle_vote option;
}
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_not_found of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_invalid of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_wrong_content of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_missing_liquidity_baking_toggle_vote of string
type Tezos_base.TzPervasives.error +=
  1. | Missing_vote_on_startup
val traced_option_to_result : error:Tezos_error_monad.TzCore.error -> 'a option -> ('b, Tezos_error_monad.TzCore.error list) result
val check_file_exists : string -> (unit, Tezos_base.TzPervasives.error list) result