package tezos-baking-015-PtLimaPt

  1. Overview
  2. Docs
type per_block_votes = {
  1. liquidity_baking_toggle_vote : Tezos_protocol_015_PtLimaPt.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:'a -> 'b option -> ('b, 'a list) result
val check_file_exists : string -> (unit, Tezos_base.TzPervasives.error list) result
OCaml

Innovation. Community. Security.