package tezos-protocol-002-PsYLVpVv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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_hash.t list;
  6. delegated_balance : Alpha_context.Tez.t;
  7. deactivated : bool;
  8. grace_period : Alpha_context.Cycle.t;
}
module Baking_rights : sig ... end
module Endorsing_rights : sig ... end
val register : unit -> unit
OCaml

Innovation. Community. Security.