Mina_base.Side_loaded_verification_key
include module type of struct include Pickles.Side_loaded.Verification_key end
module Stable = Pickles.Side_loaded.Verification_key.Stable
type t = Stable.Latest.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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
include Codable.Base64_intf with type t := t
val to_base64 : t -> string
val of_base64 : string -> t Core_kernel.Or_error.t
val dummy : t
val to_input :
t ->
Pickles.Impls.Step.Field.Constant.t Random_oracle_input.Chunked.t
module Checked = Pickles.Side_loaded.Verification_key.Checked
val typ : ( Checked.t, t ) Pickles.Impls.Step.Typ.t
val of_compiled : ( _, _, _, _ ) Pickles.Tag.t -> t
module Max_branches = Pickles.Side_loaded.Verification_key.Max_branches
module Max_width = Pickles.Side_loaded.Verification_key.Max_width