package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_raw_protocol_007_PsDELPH1.Delegate_servicesSource

Sourcetype info = {
  1. balance : Alpha_context.Tez.t;
  2. frozen_balance : Alpha_context.Tez.t;
  3. frozen_balance_by_cycle : Alpha_context.Delegate.frozen_balance Alpha_context.Cycle.Map.t;
  4. staking_balance : Alpha_context.Tez.t;
  5. delegated_contracts : Contract_repr.t list;
  6. delegated_balance : Alpha_context.Tez.t;
  7. deactivated : bool;
  8. grace_period : Alpha_context.Cycle.t;
}
Sourcemodule Baking_rights : sig ... end
Sourcemodule Endorsing_rights : sig ... end
Sourcemodule Endorsing_power : sig ... end
Sourcemodule Required_endorsements : sig ... end
Sourcemodule Minimal_valid_time : sig ... end
Sourceval required_endorsements : Alpha_context.t -> Alpha_context.Period.t -> int
Sourceval register : unit -> unit
OCaml

Innovation. Community. Security.