package tezos-protocol-015-PtLimaPt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
  1. | Sc_rollup_disputed
  2. | Sc_rollup_does_not_exist of Sc_rollup_repr.t
  3. | Sc_rollup_no_conflict
  4. | Sc_rollup_no_stakers
  5. | Sc_rollup_not_staked
  6. | Sc_rollup_not_staked_on_lcc
  7. | Sc_rollup_parent_not_lcc
  8. | Sc_rollup_remove_lcc
  9. | Sc_rollup_staker_backtracked
  10. | Sc_rollup_too_far_ahead
  11. | Sc_rollup_commitment_too_recent of {
    1. current_level : Raw_level_repr.t;
    2. min_level : Raw_level_repr.t;
    }
  12. | Sc_rollup_unknown_commitment of Sc_rollup_commitment_repr.Hash.t
  13. | Sc_rollup_bad_inbox_level
  14. | Sc_rollup_game_already_started
  15. | Sc_rollup_wrong_turn
  16. | Sc_rollup_no_game
  17. | Sc_rollup_staker_in_game of [ `Both of Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash * Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash | `Defender of Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash | `Refuter of Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash ]
  18. | Sc_rollup_timeout_level_not_reached of int32 * Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash
  19. | Sc_rollup_max_number_of_messages_reached_for_commitment_period
  20. | Sc_rollup_add_zero_messages
  21. | Sc_rollup_invalid_outbox_message_index
  22. | Sc_rollup_outbox_level_expired
  23. | Sc_rollup_outbox_message_already_applied
  24. | Sc_rollup_state_change_on_zero_tick_commitment
  25. | Sc_rollup_staker_funds_too_low of {
    1. staker : Tezos_protocol_environment_015_PtLimaPt.Signature.public_key_hash;
    2. sc_rollup : Sc_rollup_repr.t;
    3. staker_balance : Tez_repr.t;
    4. min_expected_balance : Tez_repr.t;
    }
  26. | Sc_rollup_bad_commitment_serialization
  27. | Sc_rollup_address_generation
OCaml

Innovation. Community. Security.