package tezos-protocol-alpha

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

A Staker is an implicit account, identified by its public key hash.

include Tezos_protocol_environment_alpha.S.SIGNATURE_PUBLIC_KEY_HASH with type t = Tezos_protocol_environment_alpha.Signature.Public_key_hash.t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
val size : int
val to_bytes : t -> bytes
val of_bytes_opt : bytes -> t option
val of_bytes_exn : bytes -> t
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check_exn : string -> t
val of_b58check_opt : string -> t option
module Set : sig ... end
module Map : sig ... end
val zero : t

Classic RPC argument with name "pkh".

RPC argument with name "staker1_pkh".

RPC argument with name "staker2_pkh".

OCaml

Innovation. Community. Security.