Module type Any_ledger.S

type key
type token_id
type token_id_set
type account_id
type account_id_set
type account
type hash
type witness

The type of the witness for a base ledger exposed here so that it can * be easily accessed from outside this module

val sexp_of_witness : witness -> Ppx_sexp_conv_lib.Sexp.t
module type Base_intf = Base_ledger_intf.S with module Addr = Location.Addr with module Location = Location with type key := key and type token_id := token_id and type token_id_set := token_id_set and type account_id := account_id and type account_id_set := account_id_set and type hash := hash and type root_hash := hash and type account := account
val cast : (module Base_intf with type t = 'a) -> 'a -> witness
module M : Base_intf with type t = witness