package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Octez protocol alpha libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-alpha-libs.plugin/Tezos_protocol_plugin_alpha/RPC/Delegates/index.html

Module RPC.DelegatesSource

Sourcetype info = {
  1. full_balance : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  2. current_frozen_deposits : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  3. frozen_deposits : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  4. staking_balance : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  5. frozen_deposits_limit : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t option;
  6. delegated_contracts : Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t list;
  7. delegated_balance : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  8. min_delegated_in_current_cycle : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t * Tezos_protocol_alpha.Protocol.Level_repr.t option;
  9. total_delegated_stake : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
  10. staking_denominator : Tezos_protocol_alpha.Protocol.Alpha_context.Staking_pseudotoken.t;
  11. deactivated : bool;
  12. grace_period : Tezos_protocol_alpha.Protocol.Alpha_context.Cycle.t;
  13. pending_denunciations : bool;
  14. voting_info : Tezos_protocol_alpha.Protocol.Alpha_context.Vote.delegate_info;
  15. active_consensus_key : Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t;
  16. pending_consensus_keys : (Tezos_protocol_alpha.Protocol.Alpha_context.Cycle.t * Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t) list;
}
Sourceval info_encoding : info Tezos_protocol_alpha.Environment.Data_encoding.encoding
Sourceval check_delegate_registered : Tezos_raw_protocol_alpha__Alpha_context.context -> Tezos_raw_protocol_alpha__Alpha_context.public_key_hash -> (unit, Tezos_protocol_environment_alpha.Error_monad.error Tezos_protocol_alpha.Environment.Error_monad.trace) Tezos_protocol_environment_alpha.Pervasives.result Lwt.t
Sourcemodule S : sig ... end
Sourceval unstake_requests : Tezos_raw_protocol_alpha__Alpha_context.context -> Tezos_raw_protocol_alpha__Alpha_context.Contract.t -> (Tezos_protocol_alpha.Protocol.Alpha_context.Unstake_requests.prepared_finalize_unstake option, Tezos_protocol_environment_alpha.Error_monad.error Tezos_protocol_environment_alpha.Error_monad.trace) result Lwt.t
Sourceval register : unit -> unit
Sourceval delegated_balance : 'a Tezos_protocol_alpha.Environment.RPC_context.simple -> 'a -> Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t -> Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t Tezos_protocol_environment_alpha.Error_monad.shell_tzresult Tezos_protocol_environment_alpha.Lwt.t
Sourceval info : 'a Tezos_protocol_alpha.Environment.RPC_context.simple -> 'a -> Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t -> info Tezos_protocol_environment_alpha.Error_monad.shell_tzresult Tezos_protocol_environment_alpha.Lwt.t
Sourceval min_delegated_in_current_cycle_encoding : 'a Tezos_protocol_alpha.Environment.RPC_context.simple -> 'a -> Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t -> (Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t * Tezos_protocol_alpha.Protocol.Level_repr.level option) Tezos_protocol_environment_alpha.Error_monad.shell_tzresult Tezos_protocol_environment_alpha.Lwt.t
OCaml

Innovation. Community. Security.