Module Mina_base.Ledger_intf

type account_state = [
| `Added
| `Existed
]
val equal_account_state : account_state -> account_state -> bool
module type S = sig ... end