Sc_rollup_repr.StakerA 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.tval pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unitval pp_short : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unitval to_bytes : t -> bytesval of_bytes_opt : bytes -> t optionval of_bytes_exn : bytes -> tval to_b58check : t -> stringval to_short_b58check : t -> stringval of_b58check_exn : string -> tval of_b58check_opt : string -> t optionval b58check_encoding : t Mavryk_protocol_environment_alpha.Base58.encodingval encoding : t Mavryk_protocol_environment_alpha.Data_encoding.tmodule Set : sig ... endmodule Map : sig ... endval zero : tval rpc_arg : t Mavryk_protocol_environment_alpha.RPC_arg.tClassic RPC argument with name "pkh".
val rpc_arg_staker1 : t Mavryk_protocol_environment_alpha.RPC_arg.tRPC argument with name "staker1_pkh".
val rpc_arg_staker2 : t Mavryk_protocol_environment_alpha.RPC_arg.tRPC argument with name "staker2_pkh".