Module Tezos_raw_protocol_alpha.Attesting_power_repr

Internal representation of attestation power.

type t = {
  1. slots : int;
  2. stake : int64;
}
val zero : t
val make : slots:int -> stake:int64 -> t
val add : t -> t -> t