Module Alpha_context.Ticket_balance

This module re-exports definitions from Ticket_storage.

type Mavryk_protocol_environment_alpha.Error_monad.error +=
  1. | Negative_ticket_balance of {
    1. key : Ticket_hash.t;
    2. balance : Mavryk_protocol_environment_alpha.Z.t;
    }
  2. | Used_storage_space_underflow
module Internal_for_tests : sig ... end

This module discloses definitions that are only useful for tests and must not be used otherwise.