Hashed.Account_hashAbstract identifier of an implicit account.
An abstract representation that decouples accounts from their keys. Formerly Signature.Public_key_hash.t, but representation was insufficient for stateful accounts. FIXME: Forbidden breaks this abstraction, but the end goal is to remove this module. Any further usage is prohibited.
include Tezos_stdlib.Compare.S with type t := tval to_b58check : t -> stringval of_b58check : string -> t Tezos_error_monad.Error_monad.tzresultval of_b58check_opt : string -> t optionval of_b58data : Base58.data -> t optionval pp : Stdlib.Format.formatter -> t -> unitval pp_short : Stdlib.Format.formatter -> t -> unitval encoding : t Data_encoding.tval is_tz5 : t -> boolmodule Map : sig ... endmodule Set : sig ... endmodule Forbidden : sig ... endval rpc_arg : t Tezos_rpc.Arg.tmodule Path : sig ... end