Mina_base.Signature
module Stable : sig ... end
type t = Stable.Latest.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
include Codable.Base58_check_intf with type t := t
val to_base58_check : t -> string
explicit Base58Check encoding
include Codable.Base58_check_base_intf with type t := t
val of_base58_check : string -> t Base.Or_error.t
Base58Check decoding
val of_base58_check_exn : string -> t
Base58Check decoding
val dummy : t
module Raw : sig ... end
Coding reflecting the RFC0038 spec