Tezos_raw_protocol_024_PtTALLiN.Contract_hashA specialized Blake2B implementation for hashing contract identifiers.
include Tezos_protocol_environment_024_PtTALLiN.S.HASHval pp : Tezos_protocol_environment_024_PtTALLiN.Format.formatter -> t -> unitval pp_short :
Tezos_protocol_environment_024_PtTALLiN.Format.formatter ->
t ->
unitval hash_bytes : ?key:bytes -> bytes list -> tval hash_string : ?key:string -> string list -> tval zero : tval 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 Tezos_protocol_environment_024_PtTALLiN.Base58.encodingval encoding : t Tezos_protocol_environment_024_PtTALLiN.Data_encoding.tval rpc_arg : t Tezos_protocol_environment_024_PtTALLiN.RPC_arg.tmodule Set : sig ... endmodule Map : sig ... endval of_nonce : Origination_nonce.t -> tof_nonce nonce is the contract address originated from nonce.