Sc_rollup_repr.Staker
A Staker
is an implicit account, identified by its public key hash.
include Mavryk_protocol_environment_alpha.S.SIGNATURE_PUBLIC_KEY_HASH
with type t = Mavryk_protocol_environment_alpha.Signature.Public_key_hash.t
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
val pp_short : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
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
val b58check_encoding : t Mavryk_protocol_environment_alpha.Base58.encoding
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
module Set : sig ... end
module Map : sig ... end
val zero : t
val rpc_arg : t Mavryk_protocol_environment_alpha.RPC_arg.t
Classic RPC argument with name "pkh"
.
val rpc_arg_staker1 : t Mavryk_protocol_environment_alpha.RPC_arg.t
RPC argument with name "staker1_pkh"
.
val rpc_arg_staker2 : t Mavryk_protocol_environment_alpha.RPC_arg.t
RPC argument with name "staker2_pkh"
.