Tezos_raw_protocol_alpha.Implicit_account_reprProtocol-side representation of an implicit account identifier.
A thin wrapper that re-exports Account_hash and adds the storage Index. Kept abstract so the protocol manipulates account ids without depending on their underlying encoding.
include Tezos_protocol_environment_alpha.Compare.S with type t := tval to_b58check : t -> stringval of_b58check :
string ->
t Tezos_protocol_environment_alpha.Error_monad.tzresultval of_b58check_opt : string -> t optionval of_b58data : Tezos_protocol_environment_alpha.Base58.data -> t optionval pp : Tezos_protocol_environment_alpha.Format.formatter -> t -> unitval pp_short : Tezos_protocol_environment_alpha.Format.formatter -> t -> unitval encoding : t Tezos_protocol_environment_alpha.Data_encoding.tval is_tz5 : t -> boolmodule Map : sig ... endmodule Set : sig ... endmodule Forbidden : sig ... endval rpc_arg : t Tezos_protocol_environment_alpha.RPC_arg.argmodule Index : Storage_description.INDEX with type t = t